Changeset 7844 in josm for trunk


Ignore:
Timestamp:
2014-12-20T02:08:35+01:00 (9 years ago)
Author:
Don-vip
Message:

fix windows installer script

Location:
trunk/windows
Files:
2 edited

Legend:

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

    r7842 r7844  
    1212# wget http://softlayer-ams.dl.sourceforge.net/project/launch4j/launch4j-3/3.5/launch4j-3.5-linux.tgz
    1313# and unpack it to /usr/share/launch4j
     14#
     15# On Debian/Ubuntu 64bits, follow then this procedure
     16# http://sourceforge.net/p/launch4j/feature-requests/74/#2051
     17# if you get this error: launch4j: net.sf.launch4j.ExecException: java.io.IOException:
     18#   Cannot run program "/usr/share/launch4j/bin/windres": error=2, No such file or directory
    1419
    1520## settings ##
     
    7984    fi
    8085fi
    81 #mkdir -p webkit-image
    82 #cd webkit-image
    8386unzip -o webkit-image.zip
    84 #cd ..
    8587
    8688echo
  • trunk/windows/josm.nsi

    r7840 r7844  
    297297SetShellVarContext current
    298298SetOutPath $APPDATA\JOSM\plugins
    299 File "..\dist\turnrestrictions.jar"
     299File "..\..\dist\turnrestrictions.jar"
    300300StrCpy $plugins "$plugins<entry value='turnrestrictions'/>"
    301301SectionEnd
Note: See TracChangeset for help on using the changeset viewer.