summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-02 12:22:22 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-02 12:22:22 -0500
commita91c55924bcecda595138019cff302c12ff7658e (patch)
tree96be3579f6b57aca187d657002d4b1ab30514569
parent8a7a88ef8ce62b203554e797589529bea0988e72 (diff)
downloadlua4win-dist-lua-a91c55924bcecda595138019cff302c12ff7658e.tar.gz
lua4win-dist-lua-a91c55924bcecda595138019cff302c12ff7658e.tar.bz2
lua4win-dist-lua-a91c55924bcecda595138019cff302c12ff7658e.zip
Try initalizing the wine prefix seperatly
-rwxr-xr-xtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test b/test
index b63035e..76bf717 100755
--- a/test
+++ b/test
@@ -3,6 +3,7 @@
3Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & 3Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp &
4set DISPLAY=:99 4set DISPLAY=:99
5sleep 5 5sleep 5
6DISPLAY=:99 WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -i
6# For some reason we have to set this here, having set .. ^ is not enough 7# For some reason we have to set this here, having set .. ^ is not enough
7DISPLAY=:99 msiexec /i lua4win.msi & 8DISPLAY=:99 msiexec /i lua4win.msi &
8sleep 5 9sleep 5