build(pnpm): 📦 修改打包配置
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
version: 10
|
||||
run_install: false
|
||||
|
||||
# 然后设置 Node.js
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
## [2.6.13](https://github.com/HuLaSpark/HuLa/compare/v2.6.12...v2.6.13) (2025-07-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
packages:
|
||||
- "."
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@vue-office/docx'
|
||||
- '@vue-office/excel'
|
||||
|
||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -2892,7 +2892,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||||
|
||||
[[package]]
|
||||
name = "hula"
|
||||
version = "2.6.13"
|
||||
version = "2.6.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-walkdir",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hula"
|
||||
version = "2.6.13"
|
||||
version = "2.6.14"
|
||||
description = "hula"
|
||||
authors = ["nongyehong"]
|
||||
license = ""
|
||||
@@ -68,11 +68,6 @@ serde = { version = "1", features = ["derive"] }
|
||||
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
tauri-plugin-devtools = "2.0.0"
|
||||
|
||||
moka = { version = "0.12.10", features = ["future"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
tauri-plugin-devtools = "2.0.0"
|
||||
|
||||
sea-orm = { version = "1.1.0", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros" ] }
|
||||
chrono = "0.4.41"
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -13,7 +13,9 @@
|
||||
"category": "SocialNetworking",
|
||||
"copyright": "HuLaSpark",
|
||||
"licenseFile": "./copyright/License.rtf",
|
||||
"resources": ["tray"],
|
||||
"resources": [
|
||||
"tray"
|
||||
],
|
||||
"createUpdaterArtifacts": true,
|
||||
"active": true,
|
||||
"icon": [
|
||||
@@ -42,10 +44,16 @@
|
||||
"windows": [],
|
||||
"security": {
|
||||
"csp": null,
|
||||
"capabilities": ["default-capability", "mobile-capability", "desktop-capability"],
|
||||
"capabilities": [
|
||||
"default-capability",
|
||||
"mobile-capability",
|
||||
"desktop-capability"
|
||||
],
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": ["**"]
|
||||
"scope": [
|
||||
"**"
|
||||
]
|
||||
}
|
||||
},
|
||||
"macOSPrivateApi": true
|
||||
@@ -57,7 +65,9 @@
|
||||
"installMode": "passive"
|
||||
},
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk1NkNENEZFNzg1MjVFMEEKUldRS1hsSjQvdFJzbGJXcnNPNXBYZ2RlTmlRRFZYYVI3YXhiWGpYZXFwVUtucThZUnJHUGw5dVUK",
|
||||
"endpoints": ["https://gitee.com/HuLaSpark/HuLa/releases/download/latest/latest.json"]
|
||||
"endpoints": [
|
||||
"https://gitee.com/HuLaSpark/HuLa/releases/download/latest/latest.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user