瀏覽代碼

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

Ben Dwyer 3 年之前
父節點
當前提交
d742459e8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}