mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2025-12-06 03:55:37 -05:00
38 lines
856 B
JSON
38 lines
856 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"category": "Utility",
|
|
"icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png"]
|
|
},
|
|
"productName": "Creamlinux",
|
|
"mainBinaryName": "creamlinux",
|
|
"version": "0.1.0",
|
|
"identifier": "com.creamlinux.dev",
|
|
"plugins": {},
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
"windows": [
|
|
{
|
|
"title": "Creamlinux",
|
|
"width": 1000,
|
|
"height": 700,
|
|
"minWidth": 800,
|
|
"minHeight": 600,
|
|
"resizable": true,
|
|
"fullscreen": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
}
|