mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Fixed tomahawk:// protocol handler on Windows (Firefox related).
This commit is contained in:
@@ -456,6 +456,7 @@ Section -post
|
|||||||
|
|
||||||
; 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