feat: Windows dual build - lightweight + full WebView2 installer

This commit is contained in:
晴天
2026-04-02 17:05:37 +08:00
parent 10efe1cc0a
commit 3b85bc6f01
8 changed files with 82 additions and 20 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -351,7 +351,7 @@ dependencies = [
[[package]]
name = "clawpanel"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"base64 0.22.1",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "ClawPanel",
"version": "0.11.0",
"version": "0.11.1",
"identifier": "ai.openclaw.clawpanel",
"build": {
"frontendDist": "../dist",
@@ -38,7 +38,7 @@
],
"windows": {
"webviewInstallMode": {
"type": "offlineInstaller",
"type": "embedBootstrapper",
"silent": true
},
"nsis": {