Stardew Valley working, so uncommented. may not work with distros using older glibc. Let me know if you have any problems.
This commit is contained in:
parent
be18927df3
commit
5f7bb891db
@ -483,7 +483,7 @@ gameList=(
|
|||||||
"Slay the Text"
|
"Slay the Text"
|
||||||
"SoundRTS"
|
"SoundRTS"
|
||||||
"soundStrider"
|
"soundStrider"
|
||||||
#"Stardew Valley"
|
"Stardew Valley"
|
||||||
"StickMUD"
|
"StickMUD"
|
||||||
"System Fault"
|
"System Fault"
|
||||||
"Trigaea"
|
"Trigaea"
|
||||||
@ -796,6 +796,7 @@ case "${game}" in
|
|||||||
smapiTmp="$(mktemp -d)"
|
smapiTmp="$(mktemp -d)"
|
||||||
unzip "${cache}/SMAPI-${smapiVersion}-installer.zip" -d "$smapiTmp"
|
unzip "${cache}/SMAPI-${smapiVersion}-installer.zip" -d "$smapiTmp"
|
||||||
echo "Preparing to install mods. Please select the same path as before when prompted."
|
echo "Preparing to install mods. Please select the same path as before when prompted."
|
||||||
|
echo "When it says SMAPI has been installed, press enter to finish installation."
|
||||||
alert
|
alert
|
||||||
bash "${smapiTmp}/SMAPI ${smapiVersion} installer/install on Linux.sh"
|
bash "${smapiTmp}/SMAPI ${smapiVersion} installer/install on Linux.sh"
|
||||||
ln -sf "${HOME}/GOG Games/Stardew Valley/game" "${installPath}/StardewValley"
|
ln -sf "${HOME}/GOG Games/Stardew Valley/game" "${installPath}/StardewValley"
|
||||||
|
Loading…
Reference in New Issue
Block a user