8f10353f0c
CI / lint (push) Has been cancelled
CI / js-syntax (push) Successful in 10m24s
CI / deps-audit (push) Has been cancelled
CI / test (push) Failing after 24m55s
CI / sast-bandit (push) Failing after 11m13s
CI / trivy (push) Failing after 9m32s
Docker Publish / build-and-push (push) Failing after 34m3s
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "StemDeck",
|
|
"version": "0.0.0",
|
|
"identifier": "app.stemdeck.desktop",
|
|
"build": {
|
|
"frontendDist": "../ui",
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": ""
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "StemDeck",
|
|
"width": 1280,
|
|
"height": 820,
|
|
"minWidth": 1024,
|
|
"minHeight": 720,
|
|
"backgroundColor": "#050b10",
|
|
"dragDropEnabled": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com data:; img-src 'self' data: blob:; connect-src 'self' ipc: http://ipc.localhost; object-src 'none'; base-uri 'self'; frame-ancestors 'none'"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["app"],
|
|
"icon": ["icons/icon.icns", "icons/icon.png", "icons/icon.ico"],
|
|
"macOS": {
|
|
"minimumSystemVersion": "13.0",
|
|
"dmg": {
|
|
"windowSize": {
|
|
"width": 660,
|
|
"height": 400
|
|
},
|
|
"appPosition": {
|
|
"x": 180,
|
|
"y": 170
|
|
},
|
|
"applicationFolderPosition": {
|
|
"x": 480,
|
|
"y": 170
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|