Explorar o código

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

Ben Dwyer %!s(int64=3) %!d(string=hai) anos
pai
achega
d742459e8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}