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:
parent
e4c5d50bec
commit
ba4a9f8fc4
|
@ -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" ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user