Change references to use md5 hashes

This commit is contained in:
Raoul Snyman 2019-04-10 14:17:03 -07:00
parent a0b803432b
commit 96070b52a5
1 changed files with 3 additions and 3 deletions

View File

@ -35,20 +35,20 @@
<Shortcut Id="ApplicationStartMenuShortcut"
Name="OpenLP"
Description="Open Source Worship Presentation Software"
Target="[#file_OpenLP.exe]"
Target="[#file_41ace6a04b60b8de3cfff4dc19340b89]"
Icon="OpenLP.ico"
WorkingDirectory="RootDirectory"/>
<Shortcut Id="DebugStartMenuShortcut"
Name="OpenLP (Debug)"
Description="Run OpenLP with debug logging enabled"
Target="[#file_OpenLP.exe]"
Target="[#file_41ace6a04b60b8de3cfff4dc19340b89]"
Arguments="--log-level debug"
Icon="OpenLP.ico"
WorkingDirectory="RootDirectory"/>
<Shortcut Id="HelpStartMenuShortcut"
Name="OpenLP Help"
Description="Help file for OpenLP"
Target="[#file_OpenLP.chm]"
Target="[#file_e030c6443dbb7fdb86addeef3888d509]"
WorkingDirectory="RootDirectory"/>
<util:InternetShortcut Id="OpenLPWebSite"
Name="OpenLP on the Web"