feat: Introduce Claude AI permissions configuration and a Gitea Actions workflow for automated Electron application builds and releases.
Some checks failed
Build and Release / build-and-release (push) Failing after 1m52s

This commit is contained in:
Bryan1029384756
2026-02-13 12:56:00 -06:00
parent 8ffd587876
commit df9d0f2e4b
2 changed files with 5 additions and 2 deletions

View File

@@ -29,7 +29,8 @@
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(xargs:*)",
"Bash(node -p:*)"
"Bash(node -p:*)",
"Bash(npm ls:*)"
]
}
}

View File

@@ -56,7 +56,9 @@ jobs:
npm-electron-
- name: Install dependencies
run: npm install
run: |
npm install
chmod +x node_modules/app-builder-bin/linux/x64/app-builder
- name: Read version from package.json
id: version