Browse Source

Windows installer: Fix Tox URI handling

pull/675/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
ba4a9f8fc4
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      windows/qtox.nsi

2
windows/qtox.nsi

@ -280,7 +280,7 @@ Section "Install" @@ -280,7 +280,7 @@ Section "Install"
# Register the tox: protocol
${WriteRegStr} HKCR "tox" "" "URL:tox 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
${WriteRegStr} "HKCR" "Applications\qtox.exe\SupportedTypes" ".tox" ""

Loading…
Cancel
Save