fix: add gitmodules branches

This commit is contained in:
httpjamesm 2023-04-26 21:59:18 -04:00
parent 481a741df0
commit f5b84ef929
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

2
.gitmodules vendored
View file

@ -1,6 +1,8 @@
[submodule "apps/photos/thirdparty/ffmpeg-wasm"]
path = apps/photos/thirdparty/ffmpeg-wasm
url = https://github.com/abhinavkgrd/ffmpeg.wasm.git
branch = master
[submodule "apps/photos/thirdparty/photoswipe"]
path = apps/photos/thirdparty/photoswipe
url = https://github.com/ente-io/PhotoSwipe.git
branch = single-thread

View file

@ -1,8 +0,0 @@
[submodule "thirdparty/photoswipe"]
path = thirdparty/photoswipe
url = https://github.com/ente-io/PhotoSwipe.git
branch = master
[submodule "ffmpeg-wasm"]
path = thirdparty/ffmpeg-wasm
url = https://github.com/abhinavkgrd/ffmpeg.wasm.git
branch = single-thread