Updated flathub-pr script

This commit is contained in:
XargonWan 2022-04-26 16:22:34 +09:00
parent e683d04a40
commit b03951ab29

View file

@ -41,6 +41,7 @@ git submodule sync;
git submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'; git submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)';
rm flathub-pr.sh rm flathub-pr.sh
git submodule update
git add * git add *
git commit -m "Updating flathub" git commit -m "Updating flathub"
git push origin RetroDECK git push origin RetroDECK