Skip to content

Commit

Permalink
chore(installer): correct URL to qTox website
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed Sep 27, 2016
1 parent 0fecb55 commit 427176a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/qtox.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Section "Install"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.0"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "http://utoxisfinished.info"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"

# Register the tox: protocol
${WriteRegStr} HKCR "tox" "" "URL:tox Protocol"
Expand Down
2 changes: 1 addition & 1 deletion windows/qtox64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Section "Install"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.0"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "http://utoxisfinished.info"
${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "https://qtox.github.io"

# Register the tox: protocol
${WriteRegStr} HKCR "tox" "" "URL:tox Protocol"
Expand Down

0 comments on commit 427176a

Please sign in to comment.