fix(Desktop App): hopeful fix for downloading albums on desktop app
This commit is contained in:
parent
8b3b536bfc
commit
263d01aa3c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,5 +44,5 @@
|
|||
"commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\""
|
||||
}
|
||||
],
|
||||
"nativeAllowList": ["app.exit", "window.*", "extensions.*", "events.*", "os.*"]
|
||||
"nativeAllowList": ["app.exit", "window.*", "extensions.*", "events.*", "os.*", "filesystem.*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue