File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3333 chmod +x ${FILE}
3434done
3535
36- for file in hyperhdr hyperhdr-remote flatc flathash
36+ for file in hyperhdr flatc flathash
3737do
3838 FILE=" ${EXEC_DIR} /dist/service/hyperhdr/${file} "
3939 echo " => ${FILE} "
@@ -44,4 +44,4 @@ echo ":: Copy HDR LUT"
4444unxz -dc ${EXEC_DIR} /resources/flat_lut_lin_tables.3d.xz > ${EXEC_DIR} /dist/service/hyperhdr/flat_lut_lin_tables.3d
4545
4646echo " :: Package into IPK ::"
47- npm run package || exit 1
47+ npm run package || exit 1
You can’t perform that action at this time.
0 commit comments