aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-05 08:59:12 +0000
committerSaturneric <[email protected]>2021-12-05 10:16:24 +0000
commitef06c6db41f16cc687d9aa9615bde5306418627d (patch)
tree9bab1796b919db2c0fa88e83b183a5a5c7583fcc /.gitmodules
parentRemove rapidjson and Improve update ploicy. (diff)
downloadGpgFrontend-ef06c6db41f16cc687d9aa9615bde5306418627d.tar.gz
GpgFrontend-ef06c6db41f16cc687d9aa9615bde5306418627d.zip
Add Submodules & Update & Fixed
1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..f559522f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "third_party/AppImageUpdate"]
+ path = third_party/AppImageUpdate
+ url = https://github.com/AppImage/AppImageUpdate
+[submodule "third_party/gpgme"]
+ path = third_party/gpgme
+ url = https://github.com/saturneric/gpgme
+[submodule "third_party/libassuan"]
+ path = third_party/libassuan
+ url = https://github.com/saturneric/libassuan
+[submodule "third_party/libgpg-error"]
+ path = third_party/libgpg-error
+ url = https://github.com/saturneric/libgpg-error