mirror of
https://github.com/alee14-projects/AAP-Installer.git
synced 2025-01-22 16:06:12 -05:00
Readme, updated script
This commit is contained in:
parent
525c31e5cb
commit
7a1df65076
2 changed files with 4 additions and 1 deletions
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Alee Audio Player Installer
|
||||
The official installer for Alee Audio Player.
|
|
@ -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");
|
||||
}
|
Loading…
Reference in a new issue