Removing flatpak submodule.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
225ae67834
commit
fe13351e99
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue