From 1811e8fe4aad20ece15855dbc9f3cb58eeb66e0a Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Tue, 7 Oct 2025 10:21:18 -0400 Subject: [PATCH] Do a bit of work on Dreamland. It's trying to run now, it really is, but... --- .install/Dreamland.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.install/Dreamland.sh b/.install/Dreamland.sh index 287b2af..fab7cfb 100644 --- a/.install/Dreamland.sh +++ b/.install/Dreamland.sh @@ -1,4 +1,9 @@ +export winVer="win10" +export WINEARCH=win32 +export WINEPREFIX="$HOME/.local/wine32" download https://scwl-1251129685.cos.ap-shanghai.myqcloud.com/dreamland/Win/DreamLandSetup.exe -install_wine_bottle ole32 -wine "${cache}/DreamLandSetup.exe" /silent -add_launcher "c:\Program Files\DreamLand\DreamLand.exe" \ No newline at end of file + +install_wine_bottle + +install_with_progress innoextract "Extracting game files..." --output-dir "$WINEPREFIX/drive_c/Program Files/DreamLand" "${cache}/DreamLandSetup.exe" +add_launcher "c:\Program Files\DreamLand\app\DreamLand.exe"