feat: expand secure runtime and workspace UX

This commit is contained in:
lofyer
2026-08-04 00:57:08 +08:00
parent 09e9fbf5e2
commit 2910d315f7
56 changed files with 6164 additions and 882 deletions
+6 -2
View File
@@ -52,13 +52,17 @@
]
},
{
"from": "build/icon.ico",
"from": "build/icon-taskbar.ico",
"to": "icon.ico"
},
{
"from": "build/icon.png",
"to": "icon.png"
},
{
"from": "build/icon-tray.png",
"to": "tray-icon.png"
},
{
"from": ".runtime-resources/${arch}",
"to": "runtimes/opencode",
@@ -87,7 +91,7 @@
}
],
"win": {
"icon": "build/icon.ico",
"icon": "build/icon-taskbar.ico",
"target": [
"nsis"
]