Changeset 11580 in josm for trunk/windows/josm-setup-unix.sh
- Timestamp:
- 2017-02-18T12:56:44+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/windows/josm-setup-unix.sh
r7853 r11580 51 51 export VERSION=$1 52 52 export JOSM_BUILD="no" 53 export WEBKIT_DOWNLOAD="yes"54 53 export JOSM_FILE=$2 55 54 elif [ -n "$1" ]; then … … 57 56 export VERSION=$1 58 57 export JOSM_BUILD="no" 59 export WEBKIT_DOWNLOAD="no"60 58 export JOSM_FILE="/home/josm/www/download/josm-tested.jar" 61 59 else … … 68 66 export VERSION=`echo ${svncorerevision} | sed -e 's/M//g' -e 's/S//g' -e 's/P//g'` 69 67 export JOSM_BUILD="yes" 70 export WEBKIT_DOWNLOAD="yes"71 68 export JOSM_FILE="..\dist\josm-custom.jar" 72 69 fi 73 70 74 71 echo "Creating Windows Installer for josm-$VERSION" 75 76 echo77 echo "##################################################################"78 echo "### Download and unzip the webkit stuff"79 if [ "x$WEBKIT_DOWNLOAD" == "xyes" ]; then80 wget --continue --timestamping http://josm.openstreetmap.de/download/windows/webkit-image.zip81 else82 if ! [ -f webkit-image.zip ]; then83 ln -s /home/josm/www/download/windows/webkit-image.zip .84 fi85 fi86 unzip -o webkit-image.zip87 72 88 73 echo
Note:
See TracChangeset
for help on using the changeset viewer.