Skip to content

Commit

Permalink
yahboom_devkit removed from build-release devices list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Do committed Dec 15, 2024
1 parent 2e03bc3 commit 6318ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krux
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ elif [ "$1" == "build-release" ]; then
cp -f ktool-win.exe ../$release_dir/ktool-win.exe
cd ..

devices=("maixpy_m5stickv" "maixpy_amigo" "maixpy_bit" "maixpy_dock" "maixpy_yahboom" "maixpy_cube" "maixpy_wonder_mv" "maixpy_yahboom_devkit")
devices=("maixpy_m5stickv" "maixpy_amigo" "maixpy_bit" "maixpy_dock" "maixpy_yahboom" "maixpy_cube" "maixpy_wonder_mv")
for device in ${devices[@]}; do
./krux build $device
mkdir -p $release_dir/$device
Expand Down

0 comments on commit 6318ca5

Please sign in to comment.