Register Tidal URL Scheme in Windows installer
This commit is contained in:
parent
3960239cfe
commit
0631da6c8e
|
@ -402,6 +402,12 @@ Section "Start menu items" startmenu
|
|||
|
||||
SectionEnd
|
||||
|
||||
Section "Tidal URL Scheme"
|
||||
WriteRegStr HKCR "tidal" "URL Protocol" ""
|
||||
WriteRegStr HKCR "tidal" "" "URL:tidal"
|
||||
WriteRegStr HKCR 'tidal\shell\open\command' '' '"${PRODUCT_INSTALL_DIR}\strawberry.exe" "%1"'
|
||||
SectionEnd
|
||||
|
||||
Section "Uninstaller"
|
||||
; Create uninstaller
|
||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||
|
|
Loading…
Reference in New Issue