Skip to content

Commit

Permalink
Merge pull request Tox#185 from nurupo/qtox-fix-win-urls
Browse files Browse the repository at this point in the history
Update qTox Windows download link
  • Loading branch information
nurupo authored Jan 9, 2018
2 parents 54b27cb + 1038660 commit 37cac5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions themes/website/static/js/osdetect.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if (window.navigator.userAgent.indexOf("Windows") != -1) {
name: "qtox",
icon: "download",
desc: true,
dlLink: "https://qtox-win.pkg.tox.chat/qtox/win64/download",
dlLink: "https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86-64_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe",
}, {
title: "uTox 64-bit",
name: "utox",
Expand All @@ -163,7 +163,7 @@ if (window.navigator.userAgent.indexOf("Windows") != -1) {
name: "qtox",
icon: "download",
desc: true,
dlLink: "https://qtox-win.pkg.tox.chat/qtox/win32/download",
dlLink: "https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe",
}, {
title: "uTox 32-bit",
name: "utox",
Expand Down
2 changes: 1 addition & 1 deletion themes/website/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>All Platforms:</h1>
<div class="col-sm-4 feature">
<img src="theme/img/plat/windows_dark.svg">
<h2>Windows</h2>
<p class="lead">qTox stable: <a href="https://qtox-win.pkg.tox.chat/qtox/win32/download">32 bit</a> / <a href="https://qtox-win.pkg.tox.chat/qtox/win64/download">64 bit</a></p>
<p class="lead">qTox stable: <a href="https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe">32 bit</a> / <a href="https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86-64_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe">64 bit</a></p>
<p class="lead" style="margin-top:-15px;">qTox nightly: <a href="https://build.tox.chat/view/qtox/job/qTox_build_windows_x86_release/lastSuccessfulBuild/artifact/qTox_build_windows_x86_release.zip">32 bit</a> / <a href="https://build.tox.chat/view/qtox/job/qTox_build_windows_x86-64_release/lastSuccessfulBuild/artifact/qTox_build_windows_x86-64_release.zip">64 bit</a></p>
<p class="lead" style="margin-top:-15px;">uTox stable: <a href="https://downloads.utox.io/stable/uTox_win32.exe"> 32 bit</a> / <a href="https://downloads.utox.io/stable/uTox_win64.exe">64 bit</a></p>
</div>
Expand Down

0 comments on commit 37cac5c

Please sign in to comment.