From 4bd64d1303917ff0063ecb532d6f240a74a5a96c Mon Sep 17 00:00:00 2001 From: Pavel Turbin Date: Sun, 11 Aug 2024 00:17:03 +0100 Subject: [PATCH] chore: Remove unused hyperhdr-remote file and update build script --- .github/workflows/build.yml | 1 - build.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af542f7..1cb0d1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,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..f26fc96 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}"