diff --git a/neutralino.config.dev.json b/neutralino.config.dev.json index 668e94a..27e468b 100644 --- a/neutralino.config.dev.json +++ b/neutralino.config.dev.json @@ -44,5 +44,17 @@ "commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\"" } ], - "nativeAllowList": ["app.*", "window.*", "extensions.*", "events.*", "os.*", "filesystem.*", "debug.*", "storage.*", "computer.*", "clipboard.*", "updater.*"] + "nativeAllowList": [ + "app.*", + "window.*", + "extensions.*", + "events.*", + "os.*", + "filesystem.*", + "debug.*", + "storage.*", + "computer.*", + "clipboard.*", + "updater.*" + ] } diff --git a/neutralino.config.json b/neutralino.config.json index 8a78f77..a8eacea 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -44,5 +44,17 @@ "commandWindows": "powershell.exe -ExecutionPolicy Bypass -File \"${NL_PATH}/extensions/js.neutralino.discordrpc/bridge.ps1\"" } ], - "nativeAllowList": ["app.*", "window.*", "extensions.*", "events.*", "os.*", "filesystem.*", "debug.*", "storage.*", "computer.*", "clipboard.*", "updater.*"] + "nativeAllowList": [ + "app.*", + "window.*", + "extensions.*", + "events.*", + "os.*", + "filesystem.*", + "debug.*", + "storage.*", + "computer.*", + "clipboard.*", + "updater.*" + ] }