mixvideo-v2/apps/desktop/src-tauri/tauri.conf.json

64 lines
1.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Aone Design",
"version": "0.2.1",
"identifier": "com.aonedesign.desktop",
"build": {
"beforeDevCommand": "vite",
"devUrl": "http://localhost:5173",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Aone Design",
"width": 1200,
"height": 900,
"minWidth": 1200,
"minHeight": 900,
"center": true,
"resizable": true,
"maximizable": true,
"minimizable": true,
"closable": true
}
],
"security": {
"csp": null,
"assetProtocol": {
"enable": true,
"scope": ["**"]
}
}
},
"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": "Aone Design - 专业设计工具桌面应用",
"longDescription": "Aone Design 是一个基于 Tauri 构建的跨平台桌面应用提供专业的设计工具和AI辅助功能。",
"externalBin": [],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
},
"macOS": {
"frameworks": [],
"minimumSystemVersion": "10.13",
"exceptionDomain": ""
}
}
}