From 7a1df65076f0007f94bfa4a3f1cef67007a1f0d1 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 27 Jul 2020 21:08:06 -0400 Subject: Readme, updated script --- README.md | 2 ++ packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..402a97b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Alee Audio Player Installer +The official installer for Alee Audio Player. \ No newline at end of file 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 -- cgit v1.2.3