Commit fc1e2c72 authored by Quality Assurance's avatar Quality Assurance Committed by qa

Fixed *nix incompatability issue

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5790 b35dd754-fafc-0310-a699-88a17e54d16e
parent a9dda023
......@@ -18,7 +18,7 @@
<variable name="PUBLISHER_URL" value="www.jivesoftware.org" />
<variable name="RELEASE_DIR" value="%APP_SHORT_NAME%" />
<variable name="RELEASE_ROOT_PATH" value="..\..\target\release" />
<variable name="RELEASE_FULL_PATH" value="%RELEASE_ROOT_PATH%\%RELEASE_DIR%" />
<variable name="RELEASE_FULL_PATH" value="%RELEASE_ROOT_PATH%/%RELEASE_DIR%" />
<variable name="FILE_PREFIX" value="%APP_SHORT_NAME%" />
<variable name="APPLICATION_ID" value="6886-9911-0474-3571" />
<variable name="UNIX_INSTALL_DIR" value="wildfire" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment