mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 06:39:59 +00:00
fix: Move from BoilR AppImage to Flatpak
This commit is contained in:
parent
aba3b0674f
commit
076c3ff85b
@ -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
|
||||
@ -140,6 +135,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
|
||||
|
@ -90,39 +90,6 @@ get-wootility:
|
||||
chmod +x $HOME/Desktop/wootility.AppImage
|
||||
fi
|
||||
|
||||
# Install BoilR, a Steam Library and art management tool
|
||||
get-boilr:
|
||||
#!/usr/bin/env 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/env bash
|
||||
|
@ -113,6 +113,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user