Fix/linux sandbox permissions (#29)

* feat(package): add afterInstall script for chrome-sandbox permissions

- Updated package.json to include an afterInstall script that adjusts permissions for the chrome-sandbox on Linux.
- Added new afterInstall.sh script to ensure proper ownership and permissions for the sandbox file, enhancing security and functionality.

* chore(package): add deb configuration section in package.json

- Introduced a new "deb" section in package.json to specify post-installation scripts for Debian packages.
- Enhanced the package configuration for better support of Linux distributions.
This commit is contained in:
matt 2026-02-20 01:37:43 +09:00 committed by GitHub
parent eeec1e7178
commit 7574d0defc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,6 +164,9 @@
"category": "Development",
"afterInstall": "resources/afterInstall.sh"
},
"deb": {
"afterInstall": "resources/afterInstall.sh"
},
"nsis": {
"oneClick": false,
"perMachine": false,