mirror of
https://github.com/ayabusa/Rusty-slicer.git
synced 2024-11-21 18:53:25 +00:00
51 lines
916 B
JSON
51 lines
916 B
JSON
{
|
|
"build": {
|
|
"devPath": "../src",
|
|
"distDir": "../src",
|
|
"withGlobalTauri": true
|
|
},
|
|
"package": {
|
|
"productName": "rusty-slicer",
|
|
"version": "0.0.1"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true,
|
|
"shell": {
|
|
"all": true,
|
|
"open": true
|
|
},
|
|
"fs": {
|
|
"scope": ["$RESOURCE/*"]
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "Rusty slicer",
|
|
"width": 450,
|
|
"height": 950
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "dev.ayabusa.slicer",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": [
|
|
"resources/ffmpeg-linux"
|
|
]
|
|
}
|
|
}
|
|
}
|