Changeset 30616 in osm for applications/editors/josm/nsis


Ignore:
Timestamp:
2014-09-01T00:51:34+02:00 (10 years ago)
Author:
donvip
Message:

[josm_nsis] fix script for linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup-unix.sh

    r30581 r30616  
    5959fi
    6060
    61 echo "Creating Windows Installers for josm-$VERSION"
     61echo "Creating Windows Installer for josm-$VERSION"
    6262
    6363echo
     
    112112        # delete old exe file first
    113113        /bin/rm -f ${TARGET}.exe
    114         "$LAUNCH4J" "launch4j_${TARGET}.xml"
     114        $LAUNCH4J "launch4j_${TARGET}.xml"
     115        # comment previous line and uncomment next one on Windows
     116        #"$LAUNCH4J" "launch4j_${TARGET}.xml"
    115117
    116118        if ! [ -s ${TARGET}.exe ]; then
Note: See TracChangeset for help on using the changeset viewer.