Skip to content

Commit

Permalink
Merge pull request #15 from blbradley/windows-make-shortcuts
Browse files Browse the repository at this point in the history
make Windows shortcuts work
  • Loading branch information
blbradley authored Jul 28, 2018
2 parents 02b8062 + bbda923 commit 4b17abd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<installer-output-filename>zcash-wallet-installer</installer-output-filename>
<zen.project.url>https://github.com</zen.project.url>
<zen.binaries.file.name.windows>blbradley/zcash/releases/download/v1.1.2-win/zcash-1.1.2-win.zip</zen.binaries.file.name.windows>
<izpack.version>5.0.6</izpack.version>
<izpack.version>5.0.7</izpack.version>
</properties>

<dependencies>
Expand Down
9 changes: 3 additions & 6 deletions installer/src/main/izpack/default_shortcut_spec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
xmlns:izpack="http://izpack.org/schema/shortcuts"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
<shortcuts>
<programGroup defaultName="Zen Team" location="applications"/>
<lateShortcutInstall/>
<programGroup defaultName="Zcash Swing Wallet" location="applications"/>
<skipIfNotSupported/>
<shortcut
name = "Zencash Wallet"
name = "Zcash Wallet"
target = "$INSTALL_PATH\zencashwallet.bat"
commandLine = ""
workingDirectory= "$INSTALL_PATH\app"
description="Zencash Wallet Launch"
description="Zcash Wallet Launch"
iconFile="$INSTALL_PATH\zencash.ico"
iconIndex="0"
initialState="normal"
Expand All @@ -22,5 +20,4 @@
startup="no">
<createForPack name="Core"/>
</shortcut>
</shortcuts>
</izpack:shortcuts>
7 changes: 5 additions & 2 deletions installer/src/main/izpack/i18n/customLangPack.xml_eng
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<langpack>
<izpack:langpack version="5.0"
xmlns:izpack="http://izpack.org/schema/langpack"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/langpack http://izpack.org/schema/5.0/izpack-langpack-5.0.xsd">
<str id="installer.reversetitle" txt="$APP_NAME $APP_VER"/>
<str id="installation.panel.header" txt="ZCash Desktop GUI Wallet binary release 0.83.2 for Windows"/>
</langpack>
</izpack:langpack>
7 changes: 5 additions & 2 deletions installer/src/main/izpack/i18n/zencashPacksLang.xml_eng
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<langpack>
<izpack:langpack version="5.0"
xmlns:izpack="http://izpack.org/schema/langpack"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/langpack http://izpack.org/schema/5.0/izpack-langpack-5.0.xsd">
<str id="myApplicationPack" txt="ZCash Desktop GUI Wallet"/>
<str id="myApplicationPack.description" txt="ZCash Desktop GUI Wallet"/>
</langpack>
</izpack:langpack>
7 changes: 5 additions & 2 deletions installer/src/main/izpack/install.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<installation version="5.0">
<izpack:installation version="5.0"
xmlns:izpack="http://izpack.org/schema/installation"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/installation http://izpack.org/schema/5.0/izpack-installation-5.0.xsd">
<info>
<appname>ZcashOfficialSwingWalletUI</appname>
<appversion>0.83.2</appversion>
Expand Down Expand Up @@ -117,4 +120,4 @@
<fileset dir="@{staging.dir}/zen-win-binaries" targetdir="$INSTALL_PATH/app"/>
</pack>
</packs>
</installation>
</izpack:installation>

0 comments on commit 4b17abd

Please sign in to comment.