mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
* Fixed tomahawk:// protocol handler on Windows (Firefox related).
This commit is contained in:
@@ -455,7 +455,8 @@ Section -post
|
|||||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Tomahawk" "NoRepair" "1"
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Tomahawk" "NoRepair" "1"
|
||||||
|
|
||||||
; Register tomahawk:// protocol handler
|
; Register tomahawk:// protocol handler
|
||||||
WriteRegStr HKCR "tomahawk" "" "URL: Tomahawk Protocol"
|
WriteRegStr HKCR "tomahawk" "" "URL:Tomahawk Protocol"
|
||||||
|
WriteRegStr HKCR "tomahawk" "URL Protocol" ""
|
||||||
WriteRegStr HKCR "tomahawk\DefaultIcon" "" $INSTDIR\tomahawk.exe,1
|
WriteRegStr HKCR "tomahawk\DefaultIcon" "" $INSTDIR\tomahawk.exe,1
|
||||||
WriteRegStr HKCR "tomahawk\shell" "" "open"
|
WriteRegStr HKCR "tomahawk\shell" "" "open"
|
||||||
WriteRegStr HKCR "tomahawk\shell\open\command" "" '"$INSTDIR\tomahawk.exe" "%1"'
|
WriteRegStr HKCR "tomahawk\shell\open\command" "" '"$INSTDIR\tomahawk.exe" "%1"'
|
||||||
|
Reference in New Issue
Block a user