Does not hardcode a path in the build of the Windows setup.

cusax-fix
Lyubomir Marinov 15 years ago
parent e40f18a680
commit b8960fe67b

@ -649,6 +649,7 @@
dir="${src}/native/windows/setup"
failonerror="true">
<arg value="MINGW_HOME=${mingw.home}" />
<arg value="TARGET_DIR=${windows.app.dir}/tmp" />
</exec>
<exec
executable="${wix.home}/setupbld.exe"

Loading…
Cancel
Save