mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-16 12:35:02 +00:00
36 lines
713 B
JSON
36 lines
713 B
JSON
![]() |
{
|
||
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||
|
"productName": "Stirling-PDF",
|
||
|
"version": "0.1.0",
|
||
|
"identifier": "com.tauri.dev",
|
||
|
"build": {
|
||
|
"frontendDist": "./public",
|
||
|
"devUrl": "http://localhost:5173",
|
||
|
"beforeDevCommand": "npm run dev",
|
||
|
"beforeBuildCommand": "npm run build"
|
||
|
},
|
||
|
"app": {
|
||
|
"windows": [
|
||
|
{
|
||
|
"title": "Stirling-PDF",
|
||
|
"width": 800,
|
||
|
"height": 600,
|
||
|
"resizable": true,
|
||
|
"fullscreen": false
|
||
|
}
|
||
|
],
|
||
|
"security": {
|
||
|
"csp": null
|
||
|
}
|
||
|
},
|
||
|
"bundle": {
|
||
|
"active": true,
|
||
|
"targets": "all",
|
||
|
"icon": [
|
||
|
"icons/32x32.png",
|
||
|
"icons/icon.icns",
|
||
|
"icons/icon.ico"
|
||
|
]
|
||
|
}
|
||
|
}
|