From 4a6d0e4ba20133d3a41a93ee9a5792633bf5df08 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 21 Jun 2009 00:06:54 +0000 Subject: [PATCH] Fix wrapper.config installs on windows --- installer/install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.xml b/installer/install.xml index 1d3d09fed9..d51bd7f2ab 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -106,7 +106,7 @@ http://www.javalobby.org/forums/thread.jspa?threadID=15967&tstart=0 and the izpack docs for some guidance. --> - <parsable targetfile="$INSTALL_PATH/wrapper.config" type="javaprop" /> + <parsable targetfile="$INSTALL_PATH/wrapper.config" type="plain" /> <parsable targetfile="$INSTALL_PATH/i2prouter" type="shell" os="unix|mac" /> <!-- postinstall stuff for windows --> -- GitLab