Fixed even more installer scripts. Am I really going to have to go through all 208 of these?
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
download https://scwl-1251129685.cos.ap-shanghai.myqcloud.com/dreamland/Win/DreamLandSetup.exe
|
download https://scwl-1251129685.cos.ap-shanghai.myqcloud.com/dreamland/Win/DreamLandSetup.exe
|
||||||
install_wine_bottle speechsdk ole32
|
install_wine_bottle speechsdk ole32
|
||||||
$wine "${cache}/DreamLandSetup.exe" /silent
|
wine "${cache}/DreamLandSetup.exe" /silent
|
||||||
"Duck Hunt")
|
add_launcher "c:\Program Files\DreamLand\DreamLand.exe"
|
||||||
# Uses standard wine path based on architecture (win32/win64)
|
|
||||||
download "http://files.l-works.net/dhsetup.exe"
|
|
||||||
install_wine_bottle vb6run dx8vb speechsdk
|
|
||||||
wine "${cache}/dhsetup.exe" /silent
|
|
||||||
add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe"
|
|
@@ -1,6 +1,5 @@
|
|||||||
"Duck Hunt")
|
|
||||||
# Uses standard wine path based on architecture (win32/win64)
|
# Uses standard wine path based on architecture (win32/win64)
|
||||||
download "http://files.l-works.net/dhsetup.exe"
|
download "http://files.l-works.net/dhsetup.exe"
|
||||||
install_wine_bottle vb6run dx8vb speechsdk
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
wine "${cache}/dhsetup.exe" /silent
|
wine "${cache}/dhsetup.exe" /silent
|
||||||
add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe"
|
add_launcher "c:\Program Files\Lworks\Duck Hunt\duckhunt.exe"
|
@@ -2,16 +2,4 @@ export winVer="win7"
|
|||||||
download "http://wwwx.cs.unc.edu/Research/assist/et/projects/SonicZoom/soniczoom11.zip"
|
download "http://wwwx.cs.unc.edu/Research/assist/et/projects/SonicZoom/soniczoom11.zip"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/soniczoom11.zip"
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/soniczoom11.zip"
|
||||||
add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe"
|
add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe"
|
||||||
"Space Defender")
|
|
||||||
export WINEARCH="win64"
|
|
||||||
export winVer="win7"
|
|
||||||
download "http://tunmi13.ddns.net/projects/space_defender.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient64.dll"
|
|
||||||
install_wine_bottle
|
|
||||||
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
|
||||||
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
|
||||||
"Star Treck Final Conflict")
|
|
||||||
download "https://agarchive.net/games/USA/star%20trek%20final%20conflict%20Setup.exe"
|
|
||||||
install_wine_bottle speechsdk
|
|
||||||
wine "${cache}/star trek final conflict Setup.exe" /silent
|
|
||||||
add_launcher "c:\Program Files\USA Games\Final Conflict\stfc.exe"
|
|
6
.install/Space Defender.sh
Normal file
6
.install/Space Defender.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export WINEARCH="win64"
|
||||||
|
export winVer="win7"
|
||||||
|
download "http://tunmi13.ddns.net/projects/space_defender.zip"
|
||||||
|
install_wine_bottle
|
||||||
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
||||||
|
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
4
.install/Star Trek Final Conflict.sh
Normal file
4
.install/Star Trek Final Conflict.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
download "https://agarchive.net/games/USA/star%20trek%20final%20conflict%20Setup.exe"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
wine "${cache}/star trek final conflict Setup.exe" /silent
|
||||||
|
add_launcher "c:\Program Files\USA Games\Final Conflict\stfc.exe"
|
Reference in New Issue
Block a user