Release version 1.2 with Supernode user window
Build Windows Portable Package / portable (release) Successful in 9m52s

This commit is contained in:
2026-09-02 04:45:39 +08:00
parent 2bbd370e02
commit ba914125f2
17 changed files with 1074 additions and 79 deletions
+11 -2
View File
@@ -2,6 +2,15 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default permissions for the Super N2N desktop window",
"windows": ["main"],
"permissions": ["core:default"]
"windows": ["main", "supernode-users"],
"permissions": [
"core:default",
"core:window:allow-create",
"core:window:allow-show",
"core:window:allow-hide",
"core:window:allow-set-focus",
"core:window:allow-close",
"core:window:allow-destroy",
"core:webview:allow-create-webview-window"
]
}