🔖 3.2.12

This commit is contained in:
Tw93
2025-08-22 15:40:13 +08:00
parent a61870895e
commit 950b1a73cb
4 changed files with 15 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "3.2.11",
"version": "3.2.12",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
"engines": {
"node": ">=16.0.0"
@@ -34,7 +34,7 @@
"build": "npm run tauri build --",
"build:debug": "npm run tauri build -- --debug",
"build:mac": "npm run tauri build -- --target universal-apple-darwin",
"build:config": "chmod +x script/configure-tauri.mjs && node script/configure-tauri.mjs",
"build:config": "chmod +x scripts/configure-tauri.mjs && node scripts/configure-tauri.mjs",
"analyze": "cd src-tauri && cargo bloat --release --crates",
"tauri": "tauri",
"cli": "cross-env NODE_ENV=development rollup -c -w",