Changeset 5157 in osm for applications
- Timestamp:
- 2007-10-24T20:51:47+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r5156 r5157 11 11 LAUNCH4J="java -jar launch4j/launch4j.jar" 12 12 13 export VERSION=latest 14 #export VERSION=custom 13 svncorerevision=`svnversion ../core` 14 svnpluginsrevision=`svnversion ../plugins` 15 svnrevision="$svncorerevision-$svnpluginsrevision" 16 17 #export VERSION=latest 18 export VERSION=custom-${svnrevision} 19 20 echo "Creating Windows Instller for josm-$VERSION" 15 21 16 22 ##################################################################
Note:
See TracChangeset
for help on using the changeset viewer.