Files
Pena/src-tauri/tauri.conf.json
T

30 lines
528 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Pena",
"version": "0.1.0",
"identifier": "com.pena.app",
"build": {
"frontendDist": "../src"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "main",
"title": "Pena — Markdown Viewer",
"width": 1280,
"height": 800,
"decorations": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false,
"targets": "all",
"icon": []
}
}