- Timestamp:
- 2014-12-20T02:08:35+01:00 (10 years ago)
- Location:
- trunk/windows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/windows/josm-setup-unix.sh
r7842 r7844 12 12 # wget http://softlayer-ams.dl.sourceforge.net/project/launch4j/launch4j-3/3.5/launch4j-3.5-linux.tgz 13 13 # 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 14 19 15 20 ## settings ## … … 79 84 fi 80 85 fi 81 #mkdir -p webkit-image82 #cd webkit-image83 86 unzip -o webkit-image.zip 84 #cd ..85 87 86 88 echo -
trunk/windows/josm.nsi
r7840 r7844 297 297 SetShellVarContext current 298 298 SetOutPath $APPDATA\JOSM\plugins 299 File "..\dist\turnrestrictions.jar" 299 File "..\..\dist\turnrestrictions.jar" 300 300 StrCpy $plugins "$plugins<entry value='turnrestrictions'/>" 301 301 SectionEnd
Note:
See TracChangeset
for help on using the changeset viewer.