build: try support fixed webview2 runtime

This commit is contained in:
MystiPanda
2024-05-06 13:49:12 +08:00
parent a46bbf05ec
commit 5bb30ad28f
8 changed files with 487 additions and 34 deletions

View File

@@ -12,6 +12,7 @@
"web:serve": "vite preview",
"check": "node scripts/check.mjs",
"updater": "node scripts/updater.mjs",
"updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs",
"portable": "node scripts/portable.mjs",
"prepare": "husky install"
},