]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/installer-wine.sh
Remove OSM web link layer options so you now get what ever is the OSM default.
[andy/viking.git] / win32 / installer-wine.sh
index 6cc136994004921eabc7bc595a32aad1843e10f3..f071f51e27b9203c356395d9bb38105d981949e4 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# License: CC0
 
 # 'make dist' stuff
 # ensure we have the latest changelog
@@ -12,4 +13,8 @@ dblatex viking.xml
 popd
 popd
 
-wine ~/.wine/drive_c/windows/system32/cmd.exe /c installer.bat
+if [ ! -e installer/bin ]; then
+       mkdir installer/bin
+fi
+
+wine cmd.exe /c installer.bat