fix(windows): restore taskbar identity and shared downloads

This commit is contained in:
Sucukdeluxe
2026-08-12 03:10:23 +02:00
parent be5d60a0ca
commit a472f5dac9
12 changed files with 420 additions and 47 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"build": "tsc",
"lint": "eslint .",
"security:check": "node scripts/security-check.js && node scripts/smoke-test-public-release-config.js",
"start": "npm run build && electron .",
"start": "node scripts/dev.mjs --once",
"dev": "node scripts/dev.mjs",
"test:unit": "vitest run --passWithNoTests",
"test:unit:watch": "vitest",