Configure Electron Builder to build Snap in classic confinement mode (#3374)

This is needed to allow Hyper to access files outside of its image such as ~/.hyper.js
This commit is contained in:
Dylan Frankland 2019-01-02 05:39:29 -08:00 committed by Benjamin Staneck
parent c3a13a7cd3
commit 2f2f36e4dc

View file

@ -168,6 +168,9 @@
"rpm": { "rpm": {
"afterInstall": "./build/linux/after-install.tpl" "afterInstall": "./build/linux/after-install.tpl"
}, },
"snap": {
"confinement": "classic"
},
"protocols": { "protocols": {
"name": "ssh URL", "name": "ssh URL",
"schemes": ["ssh"] "schemes": ["ssh"]