Skip to content

Commit 440648f

Browse files
committed
hyperhdr-remote was removed upstream
1 parent 923f722 commit 440648f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
chmod +x ./dist/service/start_hyperhdr
189189
190190
chmod +x ./dist/service/hyperhdr/hyperhdr
191-
chmod +x ./dist/service/hyperhdr/hyperhdr-remote
192191
193192
- name: Copy HDR LUT
194193
run: unxz -dc ./resources/flat_lut_lin_tables.3d.xz > ./dist/service/hyperhdr/flat_lut_lin_tables.3d

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ do
3333
chmod +x ${FILE}
3434
done
3535

36-
for file in hyperhdr hyperhdr-remote flatc flathash
36+
for file in hyperhdr flatc flathash
3737
do
3838
FILE="${EXEC_DIR}/dist/service/hyperhdr/${file}"
3939
echo "=> ${FILE}"
@@ -44,4 +44,4 @@ echo ":: Copy HDR LUT"
4444
unxz -dc ${EXEC_DIR}/resources/flat_lut_lin_tables.3d.xz > ${EXEC_DIR}/dist/service/hyperhdr/flat_lut_lin_tables.3d
4545

4646
echo ":: Package into IPK ::"
47-
npm run package || exit 1
47+
npm run package || exit 1

0 commit comments

Comments
 (0)