mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Point shortcut towards the correct executable
Contributes to CURA-9157
This commit is contained in:
parent
f686123bc7
commit
e99387d067
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
<Shortcut Id="SHRT_Cura"
|
||||
Name="{{ app_name }} {{ version }}"
|
||||
Description="{{ app_name }} {{ version }}"
|
||||
Target="[MyProgramDir]{{ main_app }}"
|
||||
Target="[APPLICATIONFOLDER]{{ main_app }}"
|
||||
Icon="ICO_Cura" />
|
||||
<Shortcut Id="SHRT_UninstallShortcut"
|
||||
Name="Uninstall {{ app_name }} {{ version }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue