Successfully registered opus submodule
parent
e5cbcf659c
commit
ca4e8f81b4
|
@ -1,3 +1,6 @@
|
|||
[submodule "vendor/xbbcode"]
|
||||
path = vendor/xbbcode
|
||||
url = https://github.com/WolverinDEV/XBBCode.git
|
||||
[submodule "web/native-codec/libraries/opus"]
|
||||
path = web/native-codec/libraries/opus
|
||||
url = https://github.com/xiph/opus.git
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[EXECUTE] Executing commands:
|
||||
[EXECUTE] git pull
|
||||
[EXECUTE] git submodule update --init --recursive --remote --checkout
|
||||
[EXECUTE] git status &>/dev/null
|
||||
$> git pull
|
||||
$> git submodule update --init --recursive --remote --checkout
|
||||
$> git status &>/dev/null
|
||||
[EXECUTE] Command exited with exit code 0 (Runtime 1657ms)
|
||||
[EXECUTE] Executing command "npm install"
|
||||
$> npm install
|
||||
[EXECUTE] Command exited with exit code 2 (Runtime 26ms)
|
|
@ -0,0 +1 @@
|
|||
Subproject commit adcb7bc21d0afa79c1975030b29dfeef76651839
|
Loading…
Reference in New Issue