Skip to content

Commit

Permalink
fix coco desktop shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamink committed Jan 22, 2025
1 parent 30ebd9b commit ffe0b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions fujinet.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ build {
"scripts/setup-fujinet-apps.sh",
"scripts/build-install-fn-pc-apple.sh",
"scripts/build-install-fn-pc-atari.sh",
"scripts/build-install-fn-pc-coco.sh",
"scripts/install-altirra.sh",
"scripts/install-applewin-linux.sh",
"scripts/install-cocomame.sh",
Expand Down
5 changes: 4 additions & 1 deletion scripts/install-cocomame.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env bash
set -x

sudo apt-get install -y -qq qtbase5-dev libsdl2-ttf-dev

LAUNCHER_PATH="/home/$P_USERNAME/Desktop/CoCoMAME.desktop"
WEB_URL_PATH="/home/$P_USERNAME/Desktop/FujiNet-CoCo-WebUI.desktop"
CODE_PATH="${P_FN_PATH}/CoCoMAME"
mkdir -p "$CODE_PATH"
cd "$CODE_PATH" || exit
Expand All @@ -15,7 +18,7 @@ Comment=FujiNet connected to CoCo MAME
Type=Application
Exec=$CODE_PATH/cocomame coco2b -window -ext fdc,bios=hdbk3 -skip_gameinfo
Path=$CODE_PATH
Icon=org.Xfce.settings.color
Icon=org.xfce.settings.color
EOF

chmod +x "$LAUNCHER_PATH"
Expand Down

0 comments on commit ffe0b92

Please sign in to comment.