58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"build": {
|
|
"beforeBuildCommand": "npm run build",
|
|
"beforeDevCommand": "npm run dev",
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:9527"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "RuoYi-Plus-Soybean",
|
|
"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
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"linux": {
|
|
"deb": {
|
|
"depends": []
|
|
}
|
|
}
|
|
},
|
|
"productName": "RuoYi-Plus-Soybean",
|
|
"mainBinaryName": "RuoYi-Plus-Soybean",
|
|
"version": "1.0.0",
|
|
"identifier": "org.dromara.admin",
|
|
"plugins": {},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"height": 768,
|
|
"resizable": true,
|
|
"title": "RuoYi-Plus-Soybean",
|
|
"width": 1366,
|
|
"useHttpsScheme": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
}
|