Files
SpectralPlot/src-tauri/tauri.conf.json

80 lines
1.3 KiB
JSON

{
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": " npm run mybuild & npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": true
},
"package": {
"productName": "SpectralPlot",
"version": "0.5.57"
},
"tauri": {
"allowlist": {
"process": {
"all": true
},
"all": false,
"shell": {
"all": false,
"open": true
},
"fs": {
"scope": ["**"],
"all": true
},
"dialog": {
"all": true
},
"window": {
"all": true
}
},
"windows": [
{
"title": "Spectral Plot",
"width": 0,
"height":0,
"resizable": true,
"fullscreen": false,
"decorations": true,
"minimizable": true,
"maximizable": true,
"visible": true
}
],
"security": {
"csp": null
},
"bundle": {
"active": true,
"targets": "all",
"identifier": "lele.rlx",
"resources": [
"config.json","is11lib.dll"
],
"windows": {
},
"icon": [
"icons/icon.ico",
"icons/icon.ico",
"icons/icon.ico",
"icons/icon.ico",
"icons/icon.ico"
]
}
}
}