Register Tidal URL Scheme in Windows installer

This commit is contained in:
Jonas Kvinge 2020-10-04 01:59:40 +02:00
parent 3960239cfe
commit 0631da6c8e
1 changed files with 6 additions and 0 deletions

View File

@ -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"