diff options
| author | Alee14 <alee14498@gmail.com> | 2020-07-27 21:50:34 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2020-07-27 21:50:34 -0400 |
| commit | 4efc829ecf4e014ddcc5e3a5f35958a040cdfd85 (patch) | |
| tree | fd4e3b03fbbe501bfc05e93042b1d72f529630a8 /packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | |
| parent | 7a1df65076f0007f94bfa4a3f1cef67007a1f0d1 (diff) | |
| download | AAP-Installer-4efc829ecf4e014ddcc5e3a5f35958a040cdfd85.tar.gz AAP-Installer-4efc829ecf4e014ddcc5e3a5f35958a040cdfd85.tar.bz2 AAP-Installer-4efc829ecf4e014ddcc5e3a5f35958a040cdfd85.zip | |
Changed script
Diffstat (limited to 'packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs')
| -rw-r--r-- | packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs b/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs index f5b6188..339d21e 100644 --- a/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs +++ b/packages/xyz.aleeproductions.aleeplayer/meta/installscript.qs @@ -7,5 +7,5 @@ Component.prototype.createOperations = function() { component.createOperations(); component.addOperation("CreateShortcut", "@TargetDir@/AleePlayer.exe", "@StartMenuDir@/AleePlayer/AleePlayer.lnk"); - component.addOperation("CreateShortcut", "@TargetDir@/maintenancetool.exe", "@StartMenuDir@/AleePlayer/Uninstall.lnk"); + component.addOperation("CreateShortcut", "@TargetDir@/maintenancetool.exe", "@StartMenuDir@/AleePlayer/MaintenanceTool.lnk"); }
\ No newline at end of file |
