Changeset 5204 in osm for applications/editors/josm
- Timestamp:
- 2007-10-27T19:10:22+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r5164 r5204 1 1 #!/bin/bash 2 2 3 # Creates an josm- install.exe File3 # Creates an josm-setup-xy.exe File 4 4 # for working on a debian-unix system install the nsis package with 5 5 # apt-get install nsis … … 22 22 export VERSION=custom-${svnrevision} 23 23 24 echo "Creating Windows Inst ller for josm-$VERSION"24 echo "Creating Windows Installer for josm-$VERSION" 25 25 26 26 ################################################################## … … 62 62 echo "##################################################################" 63 63 echo "### convert jar to exe with launch4j" 64 # ( makes attaching to file extensions a lot easier)64 # (an exe file makes attaching to file extensions a lot easier) 65 65 # launch4j - http://launch4j.sourceforge.net/ 66 66 rm josm.exe
Note:
See TracChangeset
for help on using the changeset viewer.