Skip to content

Commit 0ba2417

Browse files
author
arch
committed
remove recursive flag
1 parent 4d1811b commit 0ba2417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_flatpak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "$option" = "--install" ]; then
1111
flatpak-builder --user --install --force-clean build-dir org.flatpak.PythonFunscriptEditor.json
1212
else
1313
flatpak-builder --repo=repo --force-clean build-dir org.flatpak.PythonFunscriptEditor.json
14-
rm -rf PythonFunscriptEditor.flatpak
14+
rm -f PythonFunscriptEditor.flatpak
1515
flatpak build-bundle repo PythonFunscriptEditor.flatpak org.flatpak.PythonFunscriptEditor
1616
fi
1717

0 commit comments

Comments
 (0)