Skip to content

Commit 0885da7

Browse files
update names for frozen examples
1 parent 5de809f commit 0885da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ fi
77
# TODO: Could also make these opts into the build_micropython_opencv function if we care...
88
FROZEN_MODULES_DIR="$(dirname "$0")/frozen_modules"
99
FROZEN_EXAMPLES_ARCHIVE_SCRIPT="frozen_examples.py"
10-
FROZEN_EXAMPLES_UNPACKED_DIR="micropython-opencv-examples"
11-
PERSISTENT_FILE_FOR_UNPACK="/keep_opencv_example_changes"
10+
FROZEN_EXAMPLES_UNPACKED_DIR="opencv-examples"
11+
PERSISTENT_FILE_FOR_UNPACK="/${FROZEN_EXAMPLES_UNPACKED_DIR}/reset_examples.txt"
1212

1313
# Uses freezefs to create a frozen filesystem archive for the provided directory.
1414
# See https://github.com/bixb922/freezefs for more details on freezefs

0 commit comments

Comments
 (0)