fix: add gitmodules branches
This commit is contained in:
parent
481a741df0
commit
f5b84ef929
2 changed files with 2 additions and 8 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
8
apps/photos/.gitmodules
vendored
8
apps/photos/.gitmodules
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue