50 lines
898 B
JSON
50 lines
898 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Lightningbeam",
|
|
"version": "0.6.5-alpha",
|
|
"identifier": "org.lightningbeam.app",
|
|
"build": {
|
|
"frontendDist": "../src"
|
|
},
|
|
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "Lightningbeam",
|
|
"width": 1500,
|
|
"height": 1024,
|
|
"dragDropEnabled": 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"
|
|
],
|
|
"linux": {
|
|
"appimage": {
|
|
"bundleMediaFramework": true,
|
|
"files": {}
|
|
},
|
|
"deb": {
|
|
"files": {}
|
|
},
|
|
"rpm": {
|
|
"epoch": 0,
|
|
"files": {},
|
|
"release": "1"
|
|
}
|
|
}
|
|
}
|
|
}
|