aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2020-07-27 21:08:06 -0400
committerAlee14 <alee14498@gmail.com>2020-07-27 21:08:06 -0400
commit7a1df65076f0007f94bfa4a3f1cef67007a1f0d1 (patch)
treec6a82d140cc55e56fbe9797101b5e9a77ff1b225 /packages
parent525c31e5cb86d8daa0063d6e1c475e6e4a368630 (diff)
downloadAAP-Installer-7a1df65076f0007f94bfa4a3f1cef67007a1f0d1.tar.gz
AAP-Installer-7a1df65076f0007f94bfa4a3f1cef67007a1f0d1.tar.bz2
AAP-Installer-7a1df65076f0007f94bfa4a3f1cef67007a1f0d1.zip
Readme, updated script
Diffstat (limited to 'packages')
-rw-r--r--packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs3
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