Procházet zdrojové kódy

add webcrypto in update.sh script

pull/44/head
Guillaume Vincent před 8 roky
rodič
revize
156fb3fbc1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit