Index: trunk/windows/josm-setup-unix.sh
===================================================================
--- trunk/windows/josm-setup-unix.sh	(revision 7842)
+++ trunk/windows/josm-setup-unix.sh	(revision 7844)
@@ -12,4 +12,9 @@
 # wget http://softlayer-ams.dl.sourceforge.net/project/launch4j/launch4j-3/3.5/launch4j-3.5-linux.tgz
 # and unpack it to /usr/share/launch4j
+#
+# On Debian/Ubuntu 64bits, follow then this procedure
+# http://sourceforge.net/p/launch4j/feature-requests/74/#2051
+# if you get this error: launch4j: net.sf.launch4j.ExecException: java.io.IOException: 
+#   Cannot run program "/usr/share/launch4j/bin/windres": error=2, No such file or directory
 
 ## settings ##
@@ -79,8 +84,5 @@
     fi
 fi
-#mkdir -p webkit-image
-#cd webkit-image
 unzip -o webkit-image.zip
-#cd ..
 
 echo 
Index: trunk/windows/josm.nsi
===================================================================
--- trunk/windows/josm.nsi	(revision 7842)
+++ trunk/windows/josm.nsi	(revision 7844)
@@ -297,5 +297,5 @@
 SetShellVarContext current
 SetOutPath $APPDATA\JOSM\plugins
-File "..\dist\turnrestrictions.jar"
+File "..\..\dist\turnrestrictions.jar"
 StrCpy $plugins "$plugins<entry value='turnrestrictions'/>"
 SectionEnd
