Fix yarn builds with a couple of shortcuts

This commit is contained in:
Pierre Jacquier
2024-02-07 07:06:26 -05:00
parent 6b835d5149
commit 6deac3f388
13 changed files with 1670 additions and 731 deletions

View File

@ -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",