Skip to content

Commit 4fc3bbe

Browse files
authored
Update build.sh
18c4039 changed the examples folder name
1 parent 95c72eb commit 4fc3bbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ function build_micropython_opencv {
144144
mkdir "$FROZEN_MODULES_DIR"
145145

146146
# Create our frozen filesystem archive for the examples directory
147-
# Note the "." to make the read-only version of the examples directory hidden in IDEs like Thonny
148-
create_frozen_fs "examples" "$FROZEN_EXAMPLES_UNPACKED_DIR" "$FROZEN_MODULES_DIR/$FROZEN_EXAMPLES_ARCHIVE_SCRIPT"
147+
create_frozen_fs "opencv-examples" "$FROZEN_EXAMPLES_UNPACKED_DIR" "$FROZEN_MODULES_DIR/$FROZEN_EXAMPLES_ARCHIVE_SCRIPT"
149148

150149
# Add necessary content to the manifest file to freeze the modules in the provided directory
151150
add_to_manifest "$FROZEN_MODULES_DIR" "rp2" "SPARKFUN_XRP_CONTROLLER" "mpconfigvariant_LARGE_BINARY.cmake"

0 commit comments

Comments
 (0)