summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/wine-vf2/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pts/test-resources/wine-vf2/install.sh')
-rwxr-xr-xpts/test-resources/wine-vf2/install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/pts/test-resources/wine-vf2/install.sh b/pts/test-resources/wine-vf2/install.sh
new file mode 100755
index 0000000..360adb5
--- /dev/null
+++ b/pts/test-resources/wine-vf2/install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+unzip -o VolumetricFogging2.zip
+
+echo "#!/bin/sh
+cd VolumetricFogging2/
+wine-humus-run VolumetricFogging2.exe" > wine-vf2
+chmod +x wine-vf2