Index: applications/editors/josm/nsis/josm-setup-unix.sh
===================================================================
--- applications/editors/josm/nsis/josm-setup-unix.sh	(revision 30615)
+++ applications/editors/josm/nsis/josm-setup-unix.sh	(revision 30616)
@@ -59,5 +59,5 @@
 fi
 
-echo "Creating Windows Installers for josm-$VERSION"
+echo "Creating Windows Installer for josm-$VERSION"
 
 echo 
@@ -112,5 +112,7 @@
 	# delete old exe file first
 	/bin/rm -f ${TARGET}.exe
-	"$LAUNCH4J" "launch4j_${TARGET}.xml"
+	$LAUNCH4J "launch4j_${TARGET}.xml"
+	# comment previous line and uncomment next one on Windows
+	#"$LAUNCH4J" "launch4j_${TARGET}.xml"
 
 	if ! [ -s ${TARGET}.exe ]; then
