Fix yarn builds with a couple of shortcuts
This commit is contained in:
@ -14,7 +14,9 @@
|
||||
"menu:default",
|
||||
"tray:default",
|
||||
"fs:allow-read-file",
|
||||
"fs:allow-read-text-file",
|
||||
"fs:allow-write-file",
|
||||
"fs:allow-write-text-file",
|
||||
"fs:allow-read-dir",
|
||||
"fs:allow-copy-file",
|
||||
"fs:allow-mkdir",
|
||||
@ -25,8 +27,12 @@
|
||||
{
|
||||
"identifier": "fs:scope",
|
||||
"allow": [
|
||||
"$HOME/**/*",
|
||||
"$APPDATA/**/*"
|
||||
{
|
||||
"path": "$HOME/**/*"
|
||||
},
|
||||
{
|
||||
"path": "$APPDATA/**/*"
|
||||
}
|
||||
]
|
||||
},
|
||||
"shell:allow-open",
|
||||
|
||||
Reference in New Issue
Block a user