Changeset 30616 in osm for applications/editors/josm/nsis
- Timestamp:
- 2014-09-01T00:51:34+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r30581 r30616 59 59 fi 60 60 61 echo "Creating Windows Installer sfor josm-$VERSION"61 echo "Creating Windows Installer for josm-$VERSION" 62 62 63 63 echo … … 112 112 # delete old exe file first 113 113 /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" 115 117 116 118 if ! [ -s ${TARGET}.exe ]; then
Note:
See TracChangeset
for help on using the changeset viewer.