mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
44 lines
942 B
JSON
44 lines
942 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "picoforge",
|
|
"version": "0.3.0",
|
|
"identifier": "in.suyogtandel.picoforge",
|
|
"build": {
|
|
"beforeDevCommand": "deno task dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "deno task build",
|
|
"frontendDist": "../build"
|
|
},
|
|
"app": {
|
|
"macOSPrivateApi": true,
|
|
"windows": [
|
|
{
|
|
"title": "picoforge",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"minWidth": 500,
|
|
"minHeight": 250,
|
|
"resizable": true,
|
|
"decorations": false,
|
|
"transparent": false
|
|
}
|
|
],
|
|
"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",
|
|
"icons/icon.png",
|
|
"icons/in.suyogtandel.picoforge.svg"
|
|
]
|
|
}
|
|
}
|