From 427176ae027f39b896d3c9d65edd4939d08e29d4 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Tue, 27 Sep 2016 10:19:38 +0100 Subject: [PATCH] chore(installer): correct URL to qTox website --- windows/qtox.nsi | 2 +- windows/qtox64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/qtox.nsi b/windows/qtox.nsi index 27657f505..1ef8a3f08 100644 --- a/windows/qtox.nsi +++ b/windows/qtox.nsi @@ -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" diff --git a/windows/qtox64.nsi b/windows/qtox64.nsi index 6c6a67711..fc2205f46 100644 --- a/windows/qtox64.nsi +++ b/windows/qtox64.nsi @@ -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"