Changeset 11580 in josm for trunk/windows/josm-setup-unix.sh


Ignore:
Timestamp:
2017-02-18T12:56:44+01:00 (7 years ago)
Author:
stoecker
Message:

see #13470 - drop last remaining HTML imagery part in windows installer (uninstaller still contains something)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/josm-setup-unix.sh

    r7853 r11580  
    5151  export VERSION=$1
    5252  export JOSM_BUILD="no"
    53   export WEBKIT_DOWNLOAD="yes"
    5453  export JOSM_FILE=$2
    5554elif [ -n "$1" ]; then
     
    5756  export VERSION=$1
    5857  export JOSM_BUILD="no"
    59   export WEBKIT_DOWNLOAD="no"
    6058  export JOSM_FILE="/home/josm/www/download/josm-tested.jar"
    6159else
     
    6866  export VERSION=`echo ${svncorerevision} | sed -e 's/M//g' -e 's/S//g' -e 's/P//g'`
    6967  export JOSM_BUILD="yes"
    70   export WEBKIT_DOWNLOAD="yes"
    7168  export JOSM_FILE="..\dist\josm-custom.jar"
    7269fi
    7370
    7471echo "Creating Windows Installer for josm-$VERSION"
    75 
    76 echo
    77 echo "##################################################################"
    78 echo "### Download and unzip the webkit stuff"
    79 if [ "x$WEBKIT_DOWNLOAD" == "xyes" ]; then
    80     wget --continue --timestamping http://josm.openstreetmap.de/download/windows/webkit-image.zip
    81 else
    82     if ! [ -f webkit-image.zip ]; then
    83       ln -s /home/josm/www/download/windows/webkit-image.zip .
    84     fi
    85 fi
    86 unzip -o webkit-image.zip
    8772
    8873echo
Note: See TracChangeset for help on using the changeset viewer.