Added icon for itoopie on windows.
This commit is contained in:
@ -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" />
|
||||
|
@ -6,7 +6,7 @@
|
||||
target="java"
|
||||
commandLine="-jar "$INSTALL_PATH/itoopie.jar""
|
||||
workingDirectory="$INSTALL_PATH"
|
||||
iconFile="$INSTALL_PATH/logo.png"
|
||||
iconFile="$INSTALL_PATH/images/logo.png"
|
||||
initialState="noShow"
|
||||
applications="yes"
|
||||
type="Application"
|
||||
|
@ -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 "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
||||
commandLine=""
|
||||
iconFile="trashcan_full"
|
||||
iconIndex="0"
|
||||
workingDirectory="$INSTALL_PATH"
|
||||
description="IzPack uninstaller" />
|
||||
</shortcuts>
|
||||
|
BIN
resources/images/itoopie-128.ico
Normal file
BIN
resources/images/itoopie-128.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
@ -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;
|
||||
|
Reference in New Issue
Block a user