We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b044dd commit 4d1811bCopy full SHA for 4d1811b
build_flatpak.sh
@@ -11,6 +11,7 @@ if [ "$option" = "--install" ]; then
11
flatpak-builder --user --install --force-clean build-dir org.flatpak.PythonFunscriptEditor.json
12
else
13
flatpak-builder --repo=repo --force-clean build-dir org.flatpak.PythonFunscriptEditor.json
14
+ rm -rf PythonFunscriptEditor.flatpak
15
flatpak build-bundle repo PythonFunscriptEditor.flatpak org.flatpak.PythonFunscriptEditor
16
fi
17
0 commit comments