Skip to content

Commit

Permalink
chore: Remove unused hyperhdr-remote file and update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 10, 2024
1 parent c239cfe commit 4bd64d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4bd64d1

Please sign in to comment.