Skip to content

Commit 762db3c

Browse files
committed
fix(deck): Correct EmuDeck install on GNOME builds
1 parent bd245b2 commit 762db3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system_files/deck/shared/usr/share/ublue-os/just/60-custom.just

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ get-decky:
4040
# Install EmuDeck (https://www.emudeck.com/)
4141
get-emudeck:
4242
#!/usr/bin/env bash
43+
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
44+
BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO)
4345
echo 'Retrieving EmuDeck...'
4446
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
4547
wget https://www.emudeck.com/EmuDeck.desktop -O ~/.local/share/applications/EmuDeck.desktop

0 commit comments

Comments
 (0)