Readme, updated script

This commit is contained in:
Andrew Lee 2020-07-27 21:08:06 -04:00
parent 525c31e5cb
commit 7a1df65076
2 changed files with 4 additions and 1 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# Alee Audio Player Installer
The official installer for Alee Audio Player.

View file

@ -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");
}