Procházet zdrojové kódy

Videomaker: Add videomaker as a blockbase child (#4780)

Ben Dwyer před 3 roky
rodič
revize
d742459e8c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      blockbase/rebuild-child-themes.sh

+ 1 - 1
blockbase/rebuild-child-themes.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" "skatepark" "geologist" )
+declare -a ChildThemes=( "mayland-blocks" "seedlet-blocks" "quadrat" "skatepark" "geologist" "videomaker" )
 
 for child in ${ChildThemes[@]}; do
 	cd '../'${child}