Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: awawa-dev/HyperHDR
ref: v20.0.0.0
ref: v21.0.0.0beta1
path: hyperhdr-repo
submodules: recursive
fetch-depth: 0
Expand Down 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
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "org.webosbrew.hyperhdr.loader",
"version": "0.1.9",
"version": "0.1.10",
"vendor": "webosbrew.org",
"title": "HyperHDR",
"icon": "assets/logo_small.png",
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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.webosbrew.hyperhdr.loader",
"version": "0.1.9",
"version": "0.1.10",
"description": "HyperHDR loader",
"main": "frontend/index.js",
"moduledir": "frontend",
Expand Down
Loading