Index: /applications/editors/josm/nsis/josm-setup.sh
===================================================================
--- /applications/editors/josm/nsis/josm-setup.sh	(revision 5205)
+++ /applications/editors/josm/nsis/josm-setup.sh	(revision 5206)
@@ -38,5 +38,10 @@
 # (makes attaching to file extensions a lot easier)
 # launch4j - http://launch4j.sourceforge.net/
+
+# delete old exe file first
+rm josm.exe
 "$PROGRAM_FILES/Launch4j/launch4jc.exe" "$LAUNCH4J_XML"
+# using a relative path still doesn't work with launch4j 3.0.0-pre2
+#"$PROGRAM_FILES/Launch4j/launch4jc.exe" ./launch4j.xml
 
 ### create the installer exe ###
