Changeset 5214 in osm for applications/editors/josm/nsis/josm-setup-unix.sh
- Timestamp:
- 2007-10-28T15:50:35+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r5204 r5214 20 20 21 21 #export VERSION=latest 22 export VERSION=custom-${svnrevision} 22 export VERSION=custom-${svnrevision} 23 23 24 24 echo "Creating Windows Installer for josm-$VERSION" … … 43 43 fi 44 44 45 46 echo47 echo "##################################################################"48 echo "### Copy the required Stuff into the download Directory"49 mkdir -p downloads50 (51 cd downloads52 53 # get latest josm version (and license)54 cp ../../core/LICENSE LICENSE55 cp ../../core/dist/josm-custom.jar josm-latest.jar56 57 # Get all plugins58 cp ../../plugins/dist/*.jar .59 )60 61 45 echo 62 46 echo "##################################################################" … … 78 62 # apt-get install nsis 79 63 makensis -V2 -DVERSION=$VERSION josm.nsi 64 65 # delete the intermediate file, just to avoid confusion 66 rm josm.exe
Note:
See TracChangeset
for help on using the changeset viewer.