diff options
author | seth <getchoo@tuta.io> | 2023-07-18 20:12:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 20:12:39 +0000 |
commit | 5b54475d3e6c101f2bdd645350f3c81ad4fc12a3 (patch) | |
tree | 2bfac7b6f1c0b426b73af0a569177475691a84a0 /.gitmodules | |
parent | 01afa8957f477d347c5103305a038a30edd24ca2 (diff) | |
parent | 2eff1de560c9b4ac76316d2c6d812438b4488222 (diff) | |
download | PrismLauncher-5b54475d3e6c101f2bdd645350f3c81ad4fc12a3.tar.gz PrismLauncher-5b54475d3e6c101f2bdd645350f3c81ad4fc12a3.tar.bz2 PrismLauncher-5b54475d3e6c101f2bdd645350f3c81ad4fc12a3.zip |
Merge pull request #1385 from orowith2os/flatpak-updates
Update Flatpak manifest
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 87703fee..0f437d27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "libraries/cmark"] path = libraries/cmark url = https://github.com/commonmark/cmark.git +[submodule "flatpak/shared-modules"] + path = flatpak/shared-modules + url = https://github.com/flathub/shared-modules.git |