Skip to content

Commit

Permalink
Correct windows build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed May 22, 2013
1 parent fe30b0e commit 494c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<property name="build.win.dir" location="${build.dir}/win" />
<property name="package.dir" location="${build.win.dir}/goxgui-${version}-win-x86" />
<property name="package.file" location="${package.dir}.zip" />
<property name="executable.file" location="${package.dir}/${application.name}.exe" />
<property name="executable.file" location="${package.dir}/goxgui.exe" />

<mkdir dir="${build.dir}" />

Expand Down

0 comments on commit 494c2fc

Please sign in to comment.