Files
HuLa/src-tauri/tauri.conf.json
Dawn 9192125154
Some checks failed
Release CI / prepare-frontend (push) Has been cancelled
Release CI / publish-tauri (, ubuntu-22.04) (push) Has been cancelled
Release CI / publish-tauri (, windows-latest) (push) Has been cancelled
Release CI / publish-tauri (--target aarch64-apple-darwin, macos-latest) (push) Has been cancelled
Release CI / publish-tauri (--target x86_64-apple-darwin, macos-latest) (push) Has been cancelled
chore: release v3.0.6
2025-12-07 16:32:28 +08:00

77 lines
1.9 KiB
JSON
Vendored

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "HuLa",
"version": "3.0.6",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://127.0.0.1:6130"
},
"bundle": {
"category": "SocialNetworking",
"copyright": "HuLaSpark",
"licenseFile": "./copyright/License.rtf",
"resources": [
"tray",
"configuration",
"draco",
"docs"
],
"createUpdaterArtifacts": true,
"active": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png",
"icons/Square30x30Logo.png",
"icons/Square44x44Logo.png",
"icons/Square71x71Logo.png",
"icons/Square89x89Logo.png",
"icons/Square107x107Logo.png",
"icons/Square142x142Logo.png",
"icons/Square150x150Logo.png",
"icons/Square284x284Logo.png",
"icons/Square310x310Logo.png",
"icons/StoreLogo.png"
],
"windows": {},
"macOS": {}
},
"app": {
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null,
"capabilities": [
"default-capability",
"mobile-capability",
"desktop-capability"
],
"assetProtocol": {
"enable": true,
"scope": [
"**"
]
}
},
"macOSPrivateApi": true
},
"plugins": {
"updater": {
"active": true,
"windows": {
"installMode": "passive"
},
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk1NkNENEZFNzg1MjVFMEEKUldRS1hsSjQvdFJzbGJXcnNPNXBYZ2RlTmlRRFZYYVI3YXhiWGpYZXFwVUtucThZUnJHUGw5dVUK",
"endpoints": [
"https://gitee.com/HuLaSpark/HuLa/releases/download/latest/latest.json"
]
}
}
}