Author: nextgens
Date: 2007-01-04 20:19:49 +0000 (Thu, 04 Jan 2007)
New Revision: 11565
Modified:
trunk/apps/new_installer/Unix_shortcutSpec.xml
Log:
new_installer: create icons for both thaw and frost even on unix
Modified: trunk/apps/new_installer/Unix_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Unix_shortcutSpec.xml 2007-01-04 20:11:06 UTC
(rev 11564)
+++ trunk/apps/new_installer/Unix_shortcutSpec.xml 2007-01-04 20:19:49 UTC
(rev 11565)
@@ -59,6 +59,50 @@
createForAll="false"
description="This uninstalls Freenet">
- <createForPack name="Base" />
+ <createForPack name="UninstallStuff" />
</shortcut>
+
+ <shortcut
+ name="Thaw"
+ programGroup="yes"
+ desktop="no"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="java"
+ commandLine="-jar "$INSTALL_PATH/thaw.jar""
+
+ initialState="noShow"
+ iconFile="trashcan_full"
+ iconIndex="0"
+ workingDirectory="$INSTALL_PATH"
+ type="Application"
+ encoding="UTF-8"
+ createForAll="false"
+ description="This starts Thaw: a tool to manage your node's
global queue">
+
+ <createForPack name="thaw" />
+ </shortcut>
+
+ <shortcut
+ name="Frost"
+ programGroup="yes"
+ desktop="no"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="java"
+ commandLine="sh "$INSTALL_PATH/frost/frost.sh""
+
+ initialState="noShow"
+ iconFile="trashcan_full"
+ iconIndex="0"
+ workingDirectory="$INSTALL_PATH/frost"
+ type="Application"
+ encoding="UTF-8"
+ createForAll="false"
+ description="This starts frost: a news like messenging utility
for freenet">
+
+ <createForPack name="frost" />
+ </shortcut>
</shortcuts>