All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m54s
Cursor blinking: - handleFocus() was referenced in TerminalView template but never defined in script — clicking the terminal container threw a runtime error preventing focus. Added the missing function. - Removed duplicate handleFocus at end of file Tool windows: - CSP simplified for macOS WKWebView compatibility. Previous CSP was blocking child WebviewWindow IPC initialization. RDP tab switch: - Added rdp_force_refresh command that marks frame_dirty=true and clears dirty region, forcing next get_frame to return full buffer - Called on tab activation and after resize completion - Eliminates 4-5 second wait for "keyframe" when switching tabs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"productName": "Wraith",
|
|
"version": "1.1.5",
|
|
"identifier": "com.vigilcyber.wraith",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:5173",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main", "url": "index.html", "title": "Wraith",
|
|
"width": 1200,
|
|
"height": 800,
|
|
"minWidth": 800,
|
|
"minHeight": 600,
|
|
"decorations": true,
|
|
"resizable": true,
|
|
"dragDropEnabled": false,
|
|
"additionalBrowserArgs": "--enable-gpu-rasterization --enable-zero-copy --disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection"
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self' 'unsafe-inline' asset: https://asset.localhost; img-src 'self' asset: https://asset.localhost data: blob:; connect-src ipc: http://ipc.localhost https://ipc.localhost"
|
|
},
|
|
"withGlobalTauri": false
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["nsis"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"windows": {
|
|
"nsis": {
|
|
"displayLanguageSelector": false,
|
|
"installerIcon": "icons/icon.ico",
|
|
"installMode": "perMachine",
|
|
"installerHooks": "./windows/hooks.nsh"
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"shell": {
|
|
"open": true
|
|
},
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNCRkQ2OUY2OEY0Q0ZFQkYKUldTLy9reVA5bW45T3dUQ1R5OFNCenVhL2srTXlLcHR4cFNaeCtJSmJUSTZKSUNHVTRIbWZwanEK",
|
|
"endpoints": [
|
|
"https://files.command.vigilcyber.com/wraith/update.json"
|
|
]
|
|
}
|
|
}
|
|
}
|