JAL-3247 JAL-3254 changing default location of jalview/io/FileFormat.java relative...
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 8 May 2019 16:35:31 +0000 (17:35 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 8 May 2019 16:35:31 +0000 (17:35 +0100)
utils/install4j/auto_file_associations.pl

index 69c07bf..ad08a92 100755 (executable)
@@ -3,7 +3,7 @@
 use strict;
 
 my $fileformats = $ARGV[0];
-$fileformats = "./src/jalview/io/FileFormats.java" unless $fileformats;
+$fileformats = "../../src/jalview/io/FileFormats.java" unless $fileformats;
 
 # default mimetype will be text/x-$shortname
 # TODO: find an actual extension for mat, see JAL-Xxxxx for outstanding issues too