2024-09-20 02:28:25 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
|
|
|
"build": {
|
2025-03-12 22:20:06 +08:00
|
|
|
"beforeBuildCommand": "bun next-build",
|
|
|
|
|
"beforeDevCommand": "bun next-start",
|
2024-09-20 10:14:36 +08:00
|
|
|
"frontendDist": "../out",
|
|
|
|
|
"devUrl": "http://localhost:3000"
|
2024-09-20 02:28:25 +08:00
|
|
|
},
|
2024-09-20 10:14:36 +08:00
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"category": "DeveloperTool",
|
|
|
|
|
"copyright": "",
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"externalBin": [],
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
|
|
|
|
],
|
|
|
|
|
"windows": {
|
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
|
"timestampUrl": ""
|
|
|
|
|
},
|
|
|
|
|
"longDescription": "",
|
|
|
|
|
"macOS": {
|
|
|
|
|
"entitlements": null,
|
|
|
|
|
"exceptionDomain": "",
|
|
|
|
|
"frameworks": [],
|
|
|
|
|
"providerShortName": null,
|
|
|
|
|
"signingIdentity": null
|
2024-09-20 02:28:25 +08:00
|
|
|
},
|
2024-09-20 10:14:36 +08:00
|
|
|
"resources": [],
|
|
|
|
|
"shortDescription": "",
|
|
|
|
|
"linux": {
|
2024-09-20 02:28:25 +08:00
|
|
|
"deb": {
|
|
|
|
|
"depends": []
|
|
|
|
|
}
|
2024-09-20 10:14:36 +08:00
|
|
|
}
|
|
|
|
|
},
|
2024-09-21 01:05:23 +08:00
|
|
|
"productName": "CS工具箱",
|
|
|
|
|
"mainBinaryName": "cstb",
|
2025-03-25 00:40:32 +08:00
|
|
|
"version": "0.0.5",
|
2024-09-21 01:05:23 +08:00
|
|
|
"identifier": "upup.cool",
|
2025-03-19 22:03:32 +08:00
|
|
|
"plugins": {
|
|
|
|
|
"deep-link": {
|
|
|
|
|
"desktop": {
|
|
|
|
|
"schemes": [
|
|
|
|
|
"cstb"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-09-20 10:14:36 +08:00
|
|
|
"app": {
|
2024-09-27 11:20:48 +08:00
|
|
|
"macOSPrivateApi": true,
|
2024-09-20 02:28:25 +08:00
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"fullscreen": false,
|
|
|
|
|
"resizable": true,
|
2024-09-21 00:25:31 +08:00
|
|
|
"title": "CS工具箱",
|
|
|
|
|
"width": 920,
|
2024-09-20 09:52:13 +08:00
|
|
|
"height": 720,
|
2024-09-21 00:25:31 +08:00
|
|
|
"minWidth": 920,
|
|
|
|
|
"minHeight": 720,
|
|
|
|
|
"maxWidth": 1440,
|
|
|
|
|
"maxHeight": 960,
|
2024-09-20 09:52:13 +08:00
|
|
|
"decorations": false,
|
|
|
|
|
"transparent": true,
|
2025-03-14 19:10:29 +08:00
|
|
|
"theme": null,
|
2024-09-20 09:52:13 +08:00
|
|
|
"hiddenTitle": true,
|
2024-09-27 11:20:48 +08:00
|
|
|
"titleBarStyle": "Transparent"
|
2024-09-20 02:28:25 +08:00
|
|
|
}
|
2024-09-20 10:14:36 +08:00
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
2024-09-20 02:28:25 +08:00
|
|
|
}
|
2025-03-19 22:03:32 +08:00
|
|
|
}
|