10 lines
411 B
Bash
10 lines
411 B
Bash
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
|
|
|
|
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"
|