Skip to content

Commit 73351ff

Browse files
authored
Update retroarch-appimage-recipe.sh
1 parent 2f79e5f commit 73351ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retroarch-appimage-recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ echo "building RetroArch with these flags: $CONFIGURE_FLAGS" && echo "This will
3939

4040
make install DESTDIR=AppDir prefix=/usr > /dev/null 2>&1 && echo "RetroArch installed to AppDir successfully"
4141

42-
echo "bundling RetroArch AppImage" && ../"$LINUXDEPLOY" --appdir AppDir --output appimage > /dev/null 2>&1 && echo "RetroArch AppImage created successfully" && mv RetroArch*.AppImage ../ && cd ..
42+
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 ..
4343

4444
echo "All done!" && exit 0

0 commit comments

Comments
 (0)