Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
+corrected portable urlprotocol registration
Browse files Browse the repository at this point in the history
  • Loading branch information
SammaySarkar committed Jun 13, 2015
1 parent 0dfd32c commit 1886a6c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions App/AppInfo/Launcher/ZealPortable.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,33 @@ File=%PAL:DataDir%\settings\zealsettings.reg
Entry="docsetsDir"=
Value='"./Doc"'

;portable protocol registration
[FileWrite3]
Type=INI
File=%PAL:DataDir%\settings\protocoldash.reg
Section=HKEY_CURRENT_USER\Software\Classes\dash\DefaultIcon
Key=@
Value='"%PAL:AppDir:DoubleBackslash%\\Zeal\\Zeal.exe"'
[FileWrite4]
Type=INI
File=%PAL:DataDir%\settings\protocoldash.reg
Section=HKEY_CURRENT_USER\Software\Classes\dash\shell\open\command
Key=@
Value='"%PAL:AppDir:DoubleBackslash%\\Zeal\\Zeal.exe %1"'
[FileWrite5]
Type=INI
File=%PAL:DataDir%\settings\protocoldashplugin.reg
Section=HKEY_CURRENT_USER\Software\Classes\dash-plugin\DefaultIcon
Key=@
Value='"%PAL:AppDir:DoubleBackslash%\\Zeal\\Zeal.exe"'
[FileWrite6]
Type=INI
File=%PAL:DataDir%\settings\protocoldashplugin.reg
Section=HKEY_CURRENT_USER\Software\Classes\dash-plugin\shell\open\command
Key=@
Value='"%PAL:AppDir:DoubleBackslash%\\Zeal\\Zeal.exe %1"'


;[QTCleanUp]
;apparently zeal doesn't use QT registry keys (hkcu\software\trolltech)

4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Freeware=true
CommercialUse=false

[Version]
PackageVersion=1.0.0.0
DisplayVersion=1.0.0
PackageVersion=1.0.1.0
DisplayVersion=1.0.1.0

[Control]
Icons=1
Expand Down

0 comments on commit 1886a6c

Please sign in to comment.