Skip to content

Commit

Permalink
Update retroarch-appimage-recipe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzlekizzle authored Jul 17, 2020
1 parent 2f79e5f commit 73351ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroarch-appimage-recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ echo "building RetroArch with these flags: $CONFIGURE_FLAGS" && echo "This will

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

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 ..

echo "All done!" && exit 0

0 comments on commit 73351ff

Please sign in to comment.