Added icon for itoopie on windows.

This commit is contained in:
dev
2011-08-04 09:19:54 +00:00
parent 43bc26ba6d
commit 3e58494332
5 changed files with 19 additions and 5 deletions

View File

@ -96,7 +96,9 @@
<target name="installer" depends="jar" >
<copy file="${resources}/images/itoopie-256.png" tofile="${dist}/logo.png"/>
<mkdir dir="${build}/images" />
<copy file="${resources}/images/itoopie-256.png" tofile="${dist}/images/logo.png"/>
<copy file="${resources}/images/itoopie-128.ico" tofile="${dist}/images/logo.ico"/>
<copy file="LICENSE" tofile="${dist}/license.txt"/>
<copy file="history.txt" tofile="${dist}/history.txt"/>
<ant target="doAppEXE" />

View File

@ -6,7 +6,7 @@
target="java"
commandLine="-jar &quot;$INSTALL_PATH/itoopie.jar&quot;"
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/logo.png"
iconFile="$INSTALL_PATH/images/logo.png"
initialState="noShow"
applications="yes"
type="Application"

View File

@ -1,14 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<programGroup defaultName="itoopie" location="startMenu" />
<shortcut name="itoopie"
<shortcut name="itoopie"
description="The simple I2P GUI!"
target="$INSTALL_PATH\itoopie.exe"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\logo.png"
iconFile="$INSTALL_PATH\images\logo.ico"
initialState="noShow"
programGroup="yes"
startMenu="yes"
desktop="yes"
startup="no" />
<shortcut
name="Uninstaller"
programGroup="yes"
startMenu="yes"
startup="no"
target="java java -jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
commandLine=""
iconFile="trashcan_full"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
description="IzPack uninstaller" />
</shortcuts>

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -6,7 +6,7 @@ header, footer, article, section, hgroup, nav, figure {
display: block;
}
body {
background-color: #DDDDDD;
background-color: #E6E6E6;
color: #666666;
font-family: Arial,Helvetica,sans-serif;
font-size: 0.825em;