diff options
Diffstat (limited to 'shortcutSpec.xml')
-rw-r--r-- | shortcutSpec.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/shortcutSpec.xml b/shortcutSpec.xml new file mode 100644 index 0000000..b1cef15 --- /dev/null +++ b/shortcutSpec.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> + +<shortcuts> + + <programGroup defaultName="Jake2" location="applications"/> + + + <shortcut + name="Jake2" + programGroup="yes" + desktop="no" + applications="no" + startMenu="no" + startup="no" + target="$INSTALL_PATH/Jake2.bat" + workingDirectory="$INSTALL_PATH" + commandLine="" + description="Jake2" + initialState="noShow"> + + <createForPack name="Windows libraries and scripts"/> + + </shortcut> + + <shortcut + name="Uninstaller" + programGroup="yes" + desktop="no" + applications="no" + startMenu="no" + startup="no" + target="$INSTALL_PATH/Uninstaller/uninstaller.jar" + commandLine="" + description="uninstall Jake2"> + + <createForPack name="Windows libraries and scripts"/> + </shortcut> + +</shortcuts> |