From 263d01aa3cf5d9b2bb683da06e381e344f00a25d Mon Sep 17 00:00:00 2001 From: Samidy Date: Fri, 20 Feb 2026 16:46:51 +0300 Subject: [PATCH] fix(Desktop App): hopeful fix for downloading albums on desktop app --- neutralino.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutralino.config.json b/neutralino.config.json index 078e74c..2160c05 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -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.*"] }