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
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
|
@ -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…
Reference in a new issue