mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Try to fix portable apps version. Also added oszl as file type.
This commit is contained in:
parent
f98ae61bce
commit
d583f9a3cb
@ -87,6 +87,7 @@ Filename: {app}\{#AppExeName}; Description: {cm:LaunchProgram,{#AppName}}; Flags
|
|||||||
|
|
||||||
[Registry]
|
[Registry]
|
||||||
Root: HKCR; Subkey: .osz; ValueType: string; ValueName: ; ValueData: OpenLP; Flags: uninsdeletevalue
|
Root: HKCR; Subkey: .osz; ValueType: string; ValueName: ; ValueData: OpenLP; Flags: uninsdeletevalue
|
||||||
|
Root: HKCR; Subkey: .oszl; ValueType: string; ValueName: ; ValueData: OpenLP; Flags: uninsdeletevalue
|
||||||
Root: HKCR; Subkey: OpenLP; ValueType: string; ValueName: ; ValueData: OpenLP Service; Flags: uninsdeletekey
|
Root: HKCR; Subkey: OpenLP; ValueType: string; ValueName: ; ValueData: OpenLP Service; Flags: uninsdeletekey
|
||||||
Root: HKCR; Subkey: OpenLP\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\OpenLP.exe,0
|
Root: HKCR; Subkey: OpenLP\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\OpenLP.exe,0
|
||||||
Root: HKCR; Subkey: OpenLP\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\OpenLP.exe"" ""%1"""
|
Root: HKCR; Subkey: OpenLP\shell\open\command; ValueType: string; ValueName: ; ValueData: """{app}\OpenLP.exe"" ""%1"""
|
||||||
|
@ -19,7 +19,7 @@ CommercialUse=true
|
|||||||
|
|
||||||
[Version]
|
[Version]
|
||||||
DisplayVersion=%(display_version)s-%(arch)s
|
DisplayVersion=%(display_version)s-%(arch)s
|
||||||
PackageVersion=%(package_version)s-%(arch)s
|
PackageVersion=%(package_version)s
|
||||||
|
|
||||||
[Control]
|
[Control]
|
||||||
Icons=1
|
Icons=1
|
||||||
@ -27,6 +27,8 @@ Start=OpenLPPortable.exe
|
|||||||
|
|
||||||
[Associations]
|
[Associations]
|
||||||
FileType=osz
|
FileType=osz
|
||||||
|
FileType=oszl
|
||||||
|
|
||||||
[FileTypeIcons]
|
[FileTypeIcons]
|
||||||
osz=app
|
osz=app
|
||||||
|
oszl=app
|
||||||
|
Loading…
Reference in New Issue
Block a user