6 lines
291 B
Bash
6 lines
291 B
Bash
export WINEARCH="win64" # Migrated to wine64
|
|
download "${ipfsGateway}/ipfs/QmfAp9EYou1pndLwYSdpYdUCHBv2DR94oFccQh1ii9JVLD?filename=GSB32Setup10a.exe"
|
|
install_wine_bottle
|
|
wine "${cache}/GSB32Setup10a.exe" /silent
|
|
add_launcher "c:\Program Files (x86)\Games\GolfSolitaireB\GolfSolitaireB.exe"
|