Skip to content

Commit 4983667

Browse files
authored
Merge pull request #31 from sundermann/v21-remote-removal
V21 beta 1 update
2 parents 923f722 + 614db27 commit 4983667

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
repository: awawa-dev/HyperHDR
30-
ref: v20.0.0.0
30+
ref: v21.0.0.0beta1
3131
path: hyperhdr-repo
3232
submodules: recursive
3333
fetch-depth: 0
@@ -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

appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"vendor": "webosbrew.org",
55
"title": "HyperHDR",
66
"icon": "assets/logo_small.png",

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "HyperHDR loader",
55
"main": "frontend/index.js",
66
"moduledir": "frontend",

0 commit comments

Comments
 (0)