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:
parent
eeec1e7178
commit
7574d0defc
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,9 @@
|
|||
"category": "Development",
|
||||
"afterInstall": "resources/afterInstall.sh"
|
||||
},
|
||||
"deb": {
|
||||
"afterInstall": "resources/afterInstall.sh"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue