Files
mixvideo-v2/apps/desktop/src-tauri/tauri.conf.json
imeepos 7af9f68e1a chore: 更新版本号到 0.1.2 并添加 CHANGELOG
- 更新 tauri.conf.json 版本号到 0.1.2
- 更新 Cargo.toml 版本号到 0.1.2
- 更新 package.json 版本号到 0.1.2
- 添加详细的 CHANGELOG.md 记录版本变更
- 准备发布 0.1.2 版本
2025-07-13 22:49:39 +08:00

60 lines
1.5 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "MixVideo Desktop",
"version": "0.1.2",
"identifier": "com.mixvideo.desktop",
"build": {
"beforeDevCommand": "vite",
"devUrl": "http://localhost:5173",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "MixVideo Desktop",
"width": 1200,
"height": 800,
"minWidth": 800,
"minHeight": 600,
"center": true,
"resizable": true,
"maximizable": true,
"minimizable": true,
"closable": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"publisher": "imeepos",
"copyright": "Copyright © 2024 imeepos. All rights reserved.",
"category": "Productivity",
"shortDescription": "MixVideo Desktop - 多媒体处理桌面应用",
"longDescription": "MixVideo Desktop 是一个基于 Tauri 构建的跨平台桌面应用,提供强大的多媒体处理功能。",
"externalBin": [],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
},
"macOS": {
"frameworks": [],
"minimumSystemVersion": "10.13",
"exceptionDomain": ""
}
}
}