[fix] powershell black screens and try to solve update re-start not working

This commit is contained in:
2025-11-08 19:14:18 +08:00
parent c50fedd305
commit 11afc6dc9e
12 changed files with 357 additions and 281 deletions

View File

@@ -12,6 +12,7 @@
"tauri": "tauri",
"build": "tauri build",
"build-fast": "tauri build -b nsis -- --profile dev",
"build-fast-prod": "tauri build -b nsis -- --profile fast-release",
"dev": "tauri dev",
"lint": "next lint",
"fix": "next lint --fix"