We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f79e5f commit 73351ffCopy full SHA for 73351ff
retroarch-appimage-recipe.sh
@@ -39,6 +39,6 @@ echo "building RetroArch with these flags: $CONFIGURE_FLAGS" && echo "This will
39
40
make install DESTDIR=AppDir prefix=/usr > /dev/null 2>&1 && echo "RetroArch installed to AppDir successfully"
41
42
-echo "bundling RetroArch AppImage" && ../"$LINUXDEPLOY" --appdir AppDir --output appimage > /dev/null 2>&1 && echo "RetroArch AppImage created successfully" && mv RetroArch*.AppImage ../ && cd ..
+echo "bundling RetroArch AppImage" && ../"$LINUXDEPLOY" --appdir AppDir --output appimage > /dev/null 2>&1 && echo "RetroArch AppImage created successfully" && mv RetroArch*.AppImage ../RetroArch-Nightly.AppImage && cd ..
43
44
echo "All done!" && exit 0
0 commit comments