Skip to content

Commit

Permalink
Merge pull request #31 from sundermann/v21-remote-removal
Browse files Browse the repository at this point in the history
V21 beta 1 update
  • Loading branch information
sundermann authored Jan 9, 2025
2 parents 923f722 + 614db27 commit 4983667
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
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

0 comments on commit 4983667

Please sign in to comment.