JAL-3830 quick fix to installer text
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 27 Oct 2021 19:32:25 +0000 (20:32 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 27 Oct 2021 19:32:25 +0000 (20:32 +0100)
utils/install4j/install4j9_template.install4j

index 8219913..f01ed8e 100644 (file)
@@ -753,7 +753,7 @@ return console.askOkCancel(message, true);
               </formComponent>
               <formComponent name="Make a symbolic link to jalview.sh bash script in the user's local bin (Linux or Unix)" id="2736" beanClass="com.install4j.runtime.beans.formcomponents.CheckboxComponent">
                 <serializedBean>
-                  <property name="checkboxText" type="string">Make a ${compiler:WRAPPER_LINK} symbolic link in ~/${installer:unixUserBinDir}</property>
+                  <property name="checkboxText" type="string">Make a ${compiler:WRAPPER_LINK} symbolic link in ${installer:unixUserBinDir}</property>
                   <property name="initiallySelected" type="boolean" value="true" />
                   <property name="variableName" type="string">makeSymbolicLink</property>
                 </serializedBean>