Skip to content

Commit

Permalink
fix: Move from BoilR AppImage to Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 27, 2023
1 parent ec21ea4 commit 7af44aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ screens:
default: true
packages:
- Enable Updates: sudo -A ujust enable-deck-bios-firmware-updates
BoilR:
description: Adds games from various clients to Steam
default: false
packages:
- Retrieve BoilR: ujust get-boilr
Decky Loader:
description: A plugin loader for the Steam Deck
default: false
Expand Down Expand Up @@ -145,6 +140,7 @@ screens:
description: "Rock and Stone!"
default: false
packages:
- BoilR: io.github.philipk.boilr
- Bottles: com.usebottles.bottles
- Chiaki4Deck (PlayStation Remote Play): io.github.streetpea.Chiaki4deck
- Discord (Discover Overlay Included): com.discordapp.Discord
Expand Down
33 changes: 0 additions & 33 deletions system_files/deck/shared/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -120,39 +120,6 @@ get-wootility:
chmod +x $HOME/Desktop/wootility.AppImage
fi

# Install BoilR, a Steam Library and art management tool
get-boilr:
#!/usr/bin/bash
curl \
$(curl -s https://api.github.com/repos/PhilipK/BoilR/releases/latest | \
jq -r ".assets[] | select(.name | test(\"linux_BoilR\")) | .browser_download_url") \
--create-dirs -o ~/Applications/BoilR
chmod +x ~/Applications/BoilR
for px in 64 128 256;\
do \
curl $(curl -s https://api.github.com/repos/PhilipK/BoilR/contents/resources/$px/io.github.philipk.boilr.png | \
jq -r ".download_url") \
--create-dirs -o ~/.local/share/icons/hicolor/$px\x$px/apps/io.github.philipk.boilr.png;\
done
mkdir -p $HOME/.local/share/applications
HOME=$HOME
echo -e \
"[Desktop Entry]\n\
Version=1.0\n\
Type=Application\n\
Name=BoilR\n\
Comment=Add non-steam games to your steam library\n\
Categories=Utility;Amusement;\n\
Keywords=Steam;Heroic;Lutris;Itch;Origin;GOG;UPlay;Icons;Images;Non-Steam;Games;\n\
Icon=io.github.philipk.boilr\n\
Exec=$HOME/Applications/BoilR\n\
Terminal=false\n\
StartupNotify=true" \
> ~/.local/share/applications/BoilR.desktop
if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
cp ~/.local/share/applications/BoilR.desktop ~/Desktop
fi

# Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup
patch-source1-tcmalloc:
#!/usr/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ screens:
description: "Rock and Stone!"
default: false
packages:
- BoilR: io.github.philipk.boilr
- Bottles: com.usebottles.bottles
- Chiaki (PlayStation Remote Play): re.chiaki.Chiaki
- Discord: com.discordapp.Discord
Expand Down

0 comments on commit 7af44aa

Please sign in to comment.