Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jun 21, 2018
1 parent c5f06f6 commit 2870ac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
</parent>

<artifactId>installer</artifactId>
<name>zcashcash Wallet Installer</name>
<name>ZCash Wallet Installer</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<staging.dir>${project.build.directory}/staging</staging.dir>
<installer-output-filename>zcash-wallet-installer</installer-output-filename>
<zcash.project.url>https://github.com</zcash.project.url>
<zcash.binaries.file.name.windows>thetrunk/zcash-swing-wallet/releases/download/v2.0.11/zcash_Win_binaries_v2.0.11.zip</zcash.binaries.file.name.windows>
<zcash.binaries.file.name.windows>TheTrunk/ZCashBin/releases/download/initial/windows.zip</zcash.binaries.file.name.windows>
<izpack.version>5.0.6</izpack.version>
</properties>

<dependencies>
<dependency>
<groupId>z.cash</groupId>
<artifactId>zcashcash-wallet-swing</artifactId>
<artifactId>zcash-wallet-swing</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down Expand Up @@ -177,7 +177,7 @@
<goal>launch4j</goal>
</goals>
<configuration>
<icon>${staging.dir}/win-shortcut/zcashcash.ico</icon>
<icon>${staging.dir}/win-shortcut/zcash.ico</icon>
<headerType>gui</headerType>
<jar>${project.build.directory}/${installer-output-filename}.jar</jar>
<outfile>${project.build.directory}/${installer-output-filename}.exe</outfile>
Expand Down

0 comments on commit 2870ac8

Please sign in to comment.