Current deploy state - may simplify

This commit is contained in:
Danny Staple
2022-07-10 15:48:46 +01:00
parent 4962501918
commit e6d4847196
11 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -eiu -o pipefail
DEST=/volumes/CIRCUITPY
# DEST=dummy
LIBRARY_SRC=libs/circuitpython-bundle-7/lib
LIBRARY_SRC=libs/circuitpython-bundle-7-mpy/lib
mkdir -p "${DEST}/lib"
for ITEM in "$@"; do