This commit is contained in:
Polprzewodnikowy 2022-08-19 21:14:12 +02:00
parent 64924f5048
commit 079d6d2ad4
2 changed files with 1 additions and 4 deletions

View File

@ -6,8 +6,7 @@ PACKAGE_FILE_NAME="SC64"
FILES=(
"./fw/ftdi/ft232h_config.xml"
"./fw/project/lcmxo2/impl1/sc64_impl1_tw1.html"
"./fw/project/lcmxo2/impl1/sc64_impl1_twr.html"
"./fw/project/lcmxo2/impl1/sc64_impl1.twr"
"./sw/pc/sc64.py"
"./sw/update/sc64.upd"
"./LICENSE"

View File

@ -27,8 +27,6 @@ docker run \
BUILD_ERROR=$?
ls -R -lah $(pwd)/fw/project
popd > /dev/null
if [ $BUILD_ERROR -ne 0 ]; then