feat: add scripts for managing alpha versioning and update workflow

This commit is contained in:
Tunglies
2025-03-22 05:11:32 +08:00
parent ec30b888d1
commit 55dc416109
4 changed files with 51 additions and 1 deletions

View File

@@ -16,7 +16,8 @@
"updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs",
"portable": "node scripts/portable.mjs",
"portable-fixed-webview2": "node scripts/portable-fixed-webview2.mjs",
"fix-alpha-version": "node scripts/alpha_version.mjs",
"fix-alpha-version": "node scripts/fix-alpha_version.mjs",
"release-alpha-version": "node scripts/release-alpha_version.mjs",
"prepare": "husky",
"clean": "cd ./src-tauri && cargo clean && cd -"
},