Removing flatpak submodule.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ad5001 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

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "LogarithmPlotter/qml/eu/ad5001/MixedMenu"]
path = LogarithmPlotter/qml/eu/ad5001/MixedMenu
url = https://git.ad5001.eu/Ad5001/MixedMenu
[submodule "linux/flatpak"]
path = linux/flatpak
url = https://github.com/Ad5001/eu.ad5001.LogarithmPlotter

@ -1 +0,0 @@
Subproject commit ead98a6c7b4807c044b1737120b6787eb3dd183d

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