diff --git a/linux-game-manager.sh b/linux-game-manager.sh index e4adbac..97780af 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -372,6 +372,7 @@ gameList=( "Numnastics" "Onslaught" "QuentinC Play Room" + "Periphery Synthetic EP" "S.E.A." "soundStrider" "StickMUD" @@ -523,6 +524,13 @@ case "${game}" in chmod +x "${installPath}/Onslaught/onslaught.AppImage" add_launcher "${installPath}/Onslaught/onslaught.AppImage" ;; + "Periphery Synthetic EP") + check_architecture x86_64 + get_installer "periphery-synthetic-ep-linux-x64.zip" "https://shiftbacktick.itch.io/periphery-synthetic-ep" + mkdir -p "${installPath}/periphery-synthetic-ep" + unzip -d "${installPath}/periphery-synthetic-ep" "${cache}/periphery-synthetic-ep-linux-x64.zip" + add_launcher "${installPath}/periphery-synthetic-ep/periphery-synthetic-ep" + ;; "S.E.A.") check_architecture x86_64 get_installer "SEA-linux-x64.zip" "https://shiftbacktick.itch.io/sea"