Removing flatpak submodule.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2022-10-28 17:38:41 +02:00
parent 225ae67834
commit fe13351e99
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 3 additions and 5 deletions

View file

@ -16,7 +16,9 @@ FLATPAK_BUILDER=$(which flatpak-builder)
if [ -z $FLATPAK_BUILDER ]; then
echo "flatpak-builder not installed. Will not proceed to build flatpak."
else
cd linux/flatpak
cd linux
git clone https://github.com/Ad5001/eu.ad5001.LogarithmPlotter
cd eu.ad5001.LogarithmPlotter
flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json --user --force-clean --install
cd ../../
fi