Browse Source

add webcrypto in update.sh script

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
156fb3fbc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh View File

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


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


Loading…
Cancel
Save