diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59f14b4..3e1e1e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,7 +188,6 @@ jobs: chmod +x ./dist/service/start_hyperhdr chmod +x ./dist/service/hyperhdr/hyperhdr - chmod +x ./dist/service/hyperhdr/hyperhdr-remote - name: Copy HDR LUT run: unxz -dc ./resources/flat_lut_lin_tables.3d.xz > ./dist/service/hyperhdr/flat_lut_lin_tables.3d diff --git a/build.sh b/build.sh index 247ca3f..e7d5665 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,7 @@ do chmod +x ${FILE} done -for file in hyperhdr hyperhdr-remote flatc flathash +for file in hyperhdr flatc flathash do FILE="${EXEC_DIR}/dist/service/hyperhdr/${file}" echo "=> ${FILE}" @@ -44,4 +44,4 @@ echo ":: Copy HDR LUT" unxz -dc ${EXEC_DIR}/resources/flat_lut_lin_tables.3d.xz > ${EXEC_DIR}/dist/service/hyperhdr/flat_lut_lin_tables.3d echo ":: Package into IPK ::" -npm run package || exit 1 \ No newline at end of file +npm run package || exit 1