1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Windows installer: Fix Tox URI handling

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-08 12:19:18 +01:00
parent e4c5d50bec
commit ba4a9f8fc4
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -280,7 +280,7 @@ Section "Install"
# Register the tox: protocol # Register the tox: protocol
${WriteRegStr} HKCR "tox" "" "URL:tox Protocol" ${WriteRegStr} HKCR "tox" "" "URL:tox Protocol"
${WriteRegStr} HKCR "tox" "URL Protocol" "" ${WriteRegStr} HKCR "tox" "URL Protocol" ""
${WriteRegStr} HKCR "tox\shell\open\command" "" "$INSTDIR\${MAIN_APP_EXE}" ${WriteRegStr} HKCR "tox\shell\open\command" "" "$INSTDIR\${MAIN_APP_EXE} %1"
# Register the .tox file associations # Register the .tox file associations
${WriteRegStr} "HKCR" "Applications\qtox.exe\SupportedTypes" ".tox" "" ${WriteRegStr} "HKCR" "Applications\qtox.exe\SupportedTypes" ".tox" ""