Skip to content

Commit

Permalink
hyperhdr-remote was removed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sundermann committed Aug 15, 2024
1 parent 923f722 commit 440648f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -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
npm run package || exit 1

0 comments on commit 440648f

Please sign in to comment.