pay-tools/src-tauri/tauri.conf.json

30 lines
677 B
JSON

{
"productName": "PhizPayTools",
"version": "0.1.0",
"identifier": "com.phiz.pay.tools",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "PhizPay Tools",
"width": 1280,
"height": 800
}
],
"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"],
"resources": ["./libssl-3-x64.dll", "./libcrypto-3-x64.dll"]
}
}