瀏覽代碼

add webcrypto in update.sh script

pull/44/head
Guillaume Vincent 8 年之前
父節點
當前提交
156fb3fbc1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh 查看文件

@@ -4,7 +4,7 @@ function cmd {
pwd
}

submodules=( backend cli core cozy frontend nginx pure webextension )
submodules=( backend cli core cozy frontend nginx pure webcrypto webextension )
#submodules=( cozy frontend webextension )
for submodule in "${submodules[@]}"
do


Loading…
取消
儲存