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


Ignore:
Timestamp:
2007-10-28T10:16:55+01:00 (17 years ago)
Author:
ulf
Message:

delete old josm.exe file before building a new one (to better detect build problems)

File:
1 edited

Legend:

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

    r5203 r5206  
    3838# (makes attaching to file extensions a lot easier)
    3939# launch4j - http://launch4j.sourceforge.net/
     40
     41# delete old exe file first
     42rm josm.exe
    4043"$PROGRAM_FILES/Launch4j/launch4jc.exe" "$LAUNCH4J_XML"
     44# using a relative path still doesn't work with launch4j 3.0.0-pre2
     45#"$PROGRAM_FILES/Launch4j/launch4jc.exe" ./launch4j.xml
    4146
    4247### create the installer exe ###
Note: See TracChangeset for help on using the changeset viewer.