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
Some checks failed
Build and Release / build-and-release (push) Failing after 1m52s
This commit is contained in:
@@ -29,7 +29,8 @@
|
|||||||
"Bash(cd:*)",
|
"Bash(cd:*)",
|
||||||
"Bash(ls:*)",
|
"Bash(ls:*)",
|
||||||
"Bash(xargs:*)",
|
"Bash(xargs:*)",
|
||||||
"Bash(node -p:*)"
|
"Bash(node -p:*)",
|
||||||
|
"Bash(npm ls:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,7 +56,9 @@ jobs:
|
|||||||
npm-electron-
|
npm-electron-
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Read version from package.json
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user