Files
DPM/src-tauri/tauri.conf.json

37 lines
783 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "昆明大学生创业园展播系统",
"version": "0.1.0",
"identifier": "com.pine.dpm",
"build": {
"beforeDevCommand": "yarn build && yarn dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "yarn build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "昆明大学生创业园展播系统",
"width": 1200,
"height": 800,
"fullscreen": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["nsis"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}