2024-08-30 10:23:26 +08:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "pnpm dev",
|
|
|
|
"beforeBuildCommand": "pnpm build",
|
|
|
|
"devPath": "http://localhost:1420",
|
|
|
|
"distDir": "../dist"
|
|
|
|
},
|
|
|
|
"package": {
|
2024-08-30 17:56:25 +08:00
|
|
|
"productName": "PhizPayTools",
|
2024-08-30 10:23:26 +08:00
|
|
|
"version": "0.1.0"
|
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
|
|
|
"all": false,
|
|
|
|
"shell": {
|
|
|
|
"all": false,
|
|
|
|
"open": true
|
2024-08-30 17:56:25 +08:00
|
|
|
},
|
|
|
|
"dialog": {
|
|
|
|
"all": true,
|
|
|
|
"ask": true,
|
|
|
|
"confirm": true,
|
|
|
|
"message": true,
|
|
|
|
"open": true,
|
|
|
|
"save": true
|
|
|
|
},
|
|
|
|
"path": {
|
|
|
|
"all": true
|
2024-08-30 10:23:26 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
2024-08-30 17:56:25 +08:00
|
|
|
"title": "PhizPay Tools",
|
|
|
|
"width": 1280,
|
|
|
|
"height": 800
|
2024-08-30 10:23:26 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
2024-08-30 17:56:25 +08:00
|
|
|
"identifier": "com.phiz.pay.tool",
|
2024-09-03 15:08:50 +08:00
|
|
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
|
|
|
"resources": ["./libcrypto-3-x64.dll", "./libssl-3-x64.dll"]
|
2024-08-30 10:23:26 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|