diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs b/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs index 94c0c12..f5b6188 100644 --- a/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs +++ b/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs @@ -6,5 +6,6 @@ function Component() Component.prototype.createOperations = function() { component.createOperations(); - component.addOperation("CreateShortcut", "@TargetDir@/AleePlayer.exe", "@StartMenuDir@/AleePlayer.lnk"); + component.addOperation("CreateShortcut", "@TargetDir@/AleePlayer.exe", "@StartMenuDir@/AleePlayer/AleePlayer.lnk"); + component.addOperation("CreateShortcut", "@TargetDir@/maintenancetool.exe", "@StartMenuDir@/AleePlayer/Uninstall.lnk"); }
\ No newline at end of file |
