Changeset 7842 in josm for trunk


Ignore:
Timestamp:
2014-12-20T00:23:58+01:00 (9 years ago)
Author:
Don-vip
Message:

fix windows installer script

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r7839 r7842  
    180180    <!-- Windows target -->
    181181    <target name="distwin" depends="dist">
    182         <exec dir="windows" executable="josm-setup-unix.sh">
     182        <exec dir="windows" executable="./josm-setup-unix.sh">
    183183            <arg value="${version.entry.commit.revision}"/>
    184184            <arg value="../dist/josm-custom.jar"/>
  • trunk/windows/josm-setup-unix.sh

    • Property svn:executable set to *
    r7840 r7842  
    4646  export VERSION=$1
    4747  export JOSM_BUILD="no"
    48   export WEBKIT_DOWNLAD="yes"
     48  export WEBKIT_DOWNLOAD="yes"
    4949  export JOSM_FILE=$2
    5050elif [ -n "$1" ]; then
     
    5252  export VERSION=$1
    5353  export JOSM_BUILD="no"
    54   export WEBKIT_DOWNLAD="no"
     54  export WEBKIT_DOWNLOAD="no"
    5555  export JOSM_FILE="/home/josm/www/download/josm-tested.jar"
    5656else
Note: See TracChangeset for help on using the changeset viewer.