Correct the path to wrapper.logfile in Windows (see comments in the script for

much more info). Fixes #473
This commit is contained in:
kytv
2011-08-06 01:08:18 +00:00
parent d3861b9917
commit f428a372cc
3 changed files with 39 additions and 0 deletions

View File

@@ -191,6 +191,9 @@
<executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" />
<args><arg value="$INSTALL_PATH/I2P Router Console.webloc" /></args></executable>
-->
<!-- workaround for bad default path for wrapper.log in Windows. -->
<executable targetfile="$INSTALL_PATH/fix_logfile_path.cmd" type="bin" stage="postinstall" keep="false"> <os family="windows" />
</executable>
<!-- workaround for vista permission problems - see comments above -->
<executable targetfile="$INSTALL_PATH/fixperms.bat" type="bin" stage="postinstall" keep="true" failure="warn"