mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Change references to use md5 hashes
This commit is contained in:
parent
a0b803432b
commit
96070b52a5
@ -35,20 +35,20 @@
|
|||||||
<Shortcut Id="ApplicationStartMenuShortcut"
|
<Shortcut Id="ApplicationStartMenuShortcut"
|
||||||
Name="OpenLP"
|
Name="OpenLP"
|
||||||
Description="Open Source Worship Presentation Software"
|
Description="Open Source Worship Presentation Software"
|
||||||
Target="[#file_OpenLP.exe]"
|
Target="[#file_41ace6a04b60b8de3cfff4dc19340b89]"
|
||||||
Icon="OpenLP.ico"
|
Icon="OpenLP.ico"
|
||||||
WorkingDirectory="RootDirectory"/>
|
WorkingDirectory="RootDirectory"/>
|
||||||
<Shortcut Id="DebugStartMenuShortcut"
|
<Shortcut Id="DebugStartMenuShortcut"
|
||||||
Name="OpenLP (Debug)"
|
Name="OpenLP (Debug)"
|
||||||
Description="Run OpenLP with debug logging enabled"
|
Description="Run OpenLP with debug logging enabled"
|
||||||
Target="[#file_OpenLP.exe]"
|
Target="[#file_41ace6a04b60b8de3cfff4dc19340b89]"
|
||||||
Arguments="--log-level debug"
|
Arguments="--log-level debug"
|
||||||
Icon="OpenLP.ico"
|
Icon="OpenLP.ico"
|
||||||
WorkingDirectory="RootDirectory"/>
|
WorkingDirectory="RootDirectory"/>
|
||||||
<Shortcut Id="HelpStartMenuShortcut"
|
<Shortcut Id="HelpStartMenuShortcut"
|
||||||
Name="OpenLP Help"
|
Name="OpenLP Help"
|
||||||
Description="Help file for OpenLP"
|
Description="Help file for OpenLP"
|
||||||
Target="[#file_OpenLP.chm]"
|
Target="[#file_e030c6443dbb7fdb86addeef3888d509]"
|
||||||
WorkingDirectory="RootDirectory"/>
|
WorkingDirectory="RootDirectory"/>
|
||||||
<util:InternetShortcut Id="OpenLPWebSite"
|
<util:InternetShortcut Id="OpenLPWebSite"
|
||||||
Name="OpenLP on the Web"
|
Name="OpenLP on the Web"
|
||||||
|
Loading…
Reference in New Issue
Block a user