Added Periphery Synthetic EP
This commit is contained in:
parent
ff59b6e460
commit
31acb63fca
@ -372,6 +372,7 @@ gameList=(
|
|||||||
"Numnastics"
|
"Numnastics"
|
||||||
"Onslaught"
|
"Onslaught"
|
||||||
"QuentinC Play Room"
|
"QuentinC Play Room"
|
||||||
|
"Periphery Synthetic EP"
|
||||||
"S.E.A."
|
"S.E.A."
|
||||||
"soundStrider"
|
"soundStrider"
|
||||||
"StickMUD"
|
"StickMUD"
|
||||||
@ -523,6 +524,13 @@ case "${game}" in
|
|||||||
chmod +x "${installPath}/Onslaught/onslaught.AppImage"
|
chmod +x "${installPath}/Onslaught/onslaught.AppImage"
|
||||||
add_launcher "${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.")
|
"S.E.A.")
|
||||||
check_architecture x86_64
|
check_architecture x86_64
|
||||||
get_installer "SEA-linux-x64.zip" "https://shiftbacktick.itch.io/sea"
|
get_installer "SEA-linux-x64.zip" "https://shiftbacktick.itch.io/sea"
|
||||||
|
Loading…
Reference in New Issue
Block a user