Skip to content

Commit

Permalink
fix retorarch desktop file naming for build
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Mar 5, 2025
1 parent 7f908c0 commit e987305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/retroarch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN \
-e "/^Exec=/c Exec=/bin/sh -c \"\$HOME\/.local\/bin\/proot-apps run ghcr.io/${REPO}:retroarch %U\"" \
-e "s/Name=RetroArch/Name=RetroArch PA/g" \
-e '/^TryExec=/d' \
/usr/share/applications/org.libretro.RetroArch.desktop && \
/usr/share/applications/com.libretro.RetroArch.desktop && \
mv \
/usr/share/applications/org.libretro.RetroArch.desktop \
/usr/share/applications/com.libretro.RetroArch.desktop \
/usr/share/applications/retroarch-pa.desktop && \
echo "**** set bin name ****" && \
echo "retroarch-pa" > /bin-name && \
Expand Down

0 comments on commit e987305

Please sign in to comment.