X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/59a4fc6dfcc842cc9efb5c9f53b8f3b2d0f3d401..a22002e9ba3288a07e8fc9c02e838f375949a32c:/win32/installer-wine.sh diff --git a/win32/installer-wine.sh b/win32/installer-wine.sh index 6cc13699..f071f51e 100755 --- a/win32/installer-wine.sh +++ b/win32/installer-wine.sh @@ -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