Skip to content

Commit

Permalink
link to Github for qTox releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 authored and nurupo committed Apr 21, 2018
1 parent f309af5 commit 66117c6
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 @@ -129,7 +129,7 @@ if (window.navigator.userAgent.indexOf("Windows") != -1) {
name: "qtox",
icon: "download",
desc: true,
dlLink: "https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86-64_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe",
dlLink: "https://github.com/qTox/qTox/releases/download/v1.15.0/setup-qtox-x86_64-release.exe",
}, {
title: "uTox 64-bit",
name: "utox",
Expand All @@ -143,7 +143,7 @@ if (window.navigator.userAgent.indexOf("Windows") != -1) {
name: "qtox",
icon: "download",
desc: true,
dlLink: "https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe",
dlLink: "https://github.com/qTox/qTox/releases/download/v1.15.0/setup-qtox-i686-release.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://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">qTox stable: <a href="https://github.com/qTox/qTox/releases/download/v1.15.0/setup-qtox-i686-release.exe">32 bit</a> / <a href="https://github.com/qTox/qTox/releases/download/v1.15.0/setup-qtox-x86_64-release.exe">64 bit</a></p>
<p class="lead" style="margin-top:-15px;">qTox nightly: <a href="https://build.tox.chat/view/qtox/job/qTox-cmake-nightly_build_windows_x86_release/lastSuccessfulBuild/artifact/qTox-cmake-nightly_build_windows_x86_release.zip">32 bit</a> / <a href="https://build.tox.chat/view/qtox/job/qTox-cmake-nightly_build_windows_x86-64_release/lastSuccessfulBuild/artifact/qTox-cmake-nightly_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 66117c6

Please sign in to comment.