fix: integrate hardened APT security boundary

This commit is contained in:
2026-08-19 21:36:24 +00:00
parent b6df6f1a66
commit 2f492b662d
14 changed files with 1113 additions and 1730 deletions
+2
View File
@@ -6,6 +6,8 @@
"scripts": {
"start": "electron .",
"dev": "electron . --dev",
"test": "node --test test/*.test.js",
"check": "node --check main.js && node --check preload.js && node --check renderer.js && node --check src/electron-runtime.js && node --check chrome-extension/popup.js && npm test",
"build": "electron-builder --win --publish=never",
"build-test": "electron-builder --win --dir",
"build-kit": "powershell -ExecutionPolicy Bypass -File build-kit.ps1",