Skip to content

Commit

Permalink
Merge branch 'dev' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise authored Dec 30, 2024
2 parents 96a9f94 + 9b967cd commit 58bf75c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 6 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
linuxID=$(lsb_release -si)
sandbox=""

if [ $linuxID = "Ubuntu" ]; then
sandbox="--no-sandbox"
fi
clear

if [ "$linuxID" == "SteamOS" ]; then
echo "Installing EmuDeck"
else
Expand Down Expand Up @@ -106,4 +111,4 @@ mkdir -p ~/Applications
curl -L "${EMUDECK_URL}" -o ~/Applications/EmuDeck.AppImage 2>&1 | stdbuf -oL tr '\r' '\n' | sed -u 's/^ *\([0-9][0-9]*\).*\( [0-9].*$\)/\1\n#Download Speed\:\2/' | zenity --progress --title "Downloading EmuDeck" --width 600 --auto-close --no-cancel 2>/dev/null
chmod +x ~/Applications/EmuDeck.AppImage
~/Applications/EmuDeck.AppImage $sandbox
exit
exit
18 changes: 18 additions & 0 deletions store/gbc/Petrophobia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"system": "gbc",
"status": "true",
"logo": "logo_gbc",
"title": "Petrophobia",
"url": "https://orbistertius.itch.io/petrophobia",
"file": "https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/gbc/petrophobia.zip",
"description": "A story-driven adventure game about colonialism and petroleum, loosely based on the short story 'The Mark of the Beast' by Rudyard Kipling, a passage from Thomas Pynchon's 'Against the Day', and the oil boom of the late 19th and early 20th centuries. TRIGGER WARNING: Themes of torture, racism, homophobia, and misogyny.",
"pictures": {
"screenshots": [
"https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/downloaded_media/gbc/screenshots/homebrew/Petrophobia.png?raw=true"
],
"titlescreens": [
"https://raw.githubusercontent.com/EmuDeck/emudeck-homebrew/main/downloaded_media/gbc/titlescreens/homebrew/Petrophobia.png?raw=true"
]
},
"tags": ["adventure"]
}

0 comments on commit 58bf75c

Please sign in to comment.