diff --git a/build.xml b/build.xml index 7e0ab49c4..2eea9de7a 100644 --- a/build.xml +++ b/build.xml @@ -99,13 +99,6 @@ - - - - - - - diff --git a/installer/install.xml b/installer/install.xml index a3225f5df..44b660ff4 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -2,8 +2,8 @@ itoopie - 0.0.1 - http://where.should.i.put.itoopie.on.the.net + 0.0.2 + http://itoopie.i2p @@ -53,7 +53,7 @@ - + @@ -72,11 +72,12 @@ The easy I2P UI - - - - - + + + + + + - - 1.5.0 - - - diff --git a/installer/resources/Unix_shortcutSpec.xml b/installer/resources/Unix_shortcutSpec.xml index 8143e8755..da1b1a074 100644 --- a/installer/resources/Unix_shortcutSpec.xml +++ b/installer/resources/Unix_shortcutSpec.xml @@ -34,5 +34,5 @@ workingDirectory="" type="Application" encoding="UTF-8" - description="IzPack uninstaller" /> + description="Uninstall itoopie" /> diff --git a/installer/resources/itoopie.ico b/installer/resources/itoopie.ico deleted file mode 100644 index 1290da8b4..000000000 Binary files a/installer/resources/itoopie.ico and /dev/null differ diff --git a/installer/resources/shortcutSpec.xml b/installer/resources/shortcutSpec.xml index 5af65d338..26e89c4bf 100644 --- a/installer/resources/shortcutSpec.xml +++ b/installer/resources/shortcutSpec.xml @@ -1,26 +1,27 @@ - - - + name="Uninstaller" + programGroup="yes" + startMenu="yes" + desktop="no" + startup="no" + target="java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"" + commandLine="" + iconFile="$INSTALL_PATH\images\thrash.ico" + iconIndex="0" + workingDirectory="$INSTALL_PATH" + description="Uninstall itoopie" /> diff --git a/LICENSE b/license.txt similarity index 100% rename from LICENSE rename to license.txt diff --git a/installer/resources/itoopielogo.bmp b/resources/images/itoopielogo.bmp similarity index 100% rename from installer/resources/itoopielogo.bmp rename to resources/images/itoopielogo.bmp diff --git a/installer/resources/itoopielogo.png b/resources/images/itoopielogo.png similarity index 100% rename from installer/resources/itoopielogo.png rename to resources/images/itoopielogo.png