Changeset 5206 in osm for applications
- Timestamp:
- 2007-10-28T10:16:55+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup.sh
r5203 r5206 38 38 # (makes attaching to file extensions a lot easier) 39 39 # launch4j - http://launch4j.sourceforge.net/ 40 41 # delete old exe file first 42 rm josm.exe 40 43 "$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 41 46 42 47 ### create the installer exe ###
Note:
See TracChangeset
for help on using the changeset viewer.