JAL-3611 added quotation marks for appdir argument install4j uses to invoke getdown...
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 29 Apr 2020 14:55:58 +0000 (15:55 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 15 Oct 2020 15:30:05 +0000 (16:30 +0100)
utils/install4j/install4j8_template.install4j

index a02cd6d..d540935 100644 (file)
           <versionLine x="85" y="109" text="version ${compiler:sys.version}" />
         </text>
       </splashScreen>
-      <java mainClass="com.threerings.getdown.launcher.GetdownApp" vmParameters="-Dinstaller_template_version=${compiler:INSTALLER_TEMPLATE_VERSION}" arguments="${launcher:sys.launcherDirectory} jalview">
+      <java mainClass="com.threerings.getdown.launcher.GetdownApp" vmParameters="-Dinstaller_template_version=${compiler:INSTALLER_TEMPLATE_VERSION}" arguments="&quot;${launcher:sys.launcherDirectory}&quot; jalview">
         <classPath>
           <archive location="getdown-launcher.jar" />
           <archive location="${compiler:GETDOWN_INSTALL_DIR}/getdown-launcher.jar" failOnError="false" />