Organize files into categories. Likely still a bit of cleanup left to do.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export WINEARCH=win64
|
||||
export winVer="win7"
|
||||
get_installer "simple fighter.exe" "https://tsatria03.itch.io/simple-fighter"
|
||||
if [[ ! -r "${cache}/simple-fighter-sounds.7z" ]] && [[ ! -r "${cache}/sounds.7z" ]]; then
|
||||
get_installer "sounds.7z" "https://tsatria03.itch.io/simple-fighter"
|
||||
mv "${cache}/sounds.7z" "${cache}/simple-fighter-sounds.7z"
|
||||
fi
|
||||
install_wine_bottle
|
||||
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files/simple fighter" "${cache}/simple fighter.exe"
|
||||
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files/simple fighter/sounds" "${cache}/simple-fighter-sounds.7z"
|
||||
add_launcher "c:\Program Files\simple fighter\game.exe"
|
||||
Reference in New Issue
Block a user