From 645728b09f451808c8c8af917e1e6240507180a0 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 26 Apr 2022 16:22:34 +0900 Subject: [PATCH] Updated flathub-pr script --- flathub-pr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/flathub-pr.sh b/flathub-pr.sh index dae7354c..704a4e3c 100755 --- a/flathub-pr.sh +++ b/flathub-pr.sh @@ -41,6 +41,7 @@ git submodule sync; git submodule foreach --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'; rm flathub-pr.sh +git submodule update git add * git commit -m "Updating flathub" git push origin RetroDECK \ No newline at end of file