init commit
Build / build (push) Failing after 1m50s

This commit is contained in:
Rene Kievits
2026-09-05 22:27:44 +02:00
commit b137bf9eda
21 changed files with 8371 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "com.rkievits.lgupdateblocker",
"version": "1.0.0",
"title": "LG Update Blocker",
"description": "Blocks the recurring LG webOS firmware update popup on rooted TVs",
"private": true,
"scripts": {
"build": "node tools/build.js",
"package": "ares-package build/app build/service -n -o dist",
"manifest": "node tools/gen-manifest.js",
"dist": "npm run build && npm run package && npm run manifest",
"deploy": "ares-install dist/${npm_package_name}_${npm_package_version}_all.ipk",
"launch": "ares-launch ${npm_package_name}",
"clean": "rm -rf build dist"
},
"license": "MIT",
"devDependencies": {
"@webos-tools/cli": "^3.2.1"
}
}