mirror of
https://github.com/Stability-AI/StableStudio.git
synced 2026-05-24 18:55:44 +08:00
67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"build": {
|
|
"beforeBuildCommand": "yarn build",
|
|
"beforeDevCommand": "yarn dev:vite",
|
|
"devPath": "http://localhost:3000",
|
|
"distDir": "../dist"
|
|
},
|
|
"package": {
|
|
"productName": "StableStudio",
|
|
"version": "0.1.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"fs": {
|
|
"all": true,
|
|
"scope": ["$APPDATA/**"]
|
|
},
|
|
"path": {
|
|
"all": true
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "GraphicsAndDesign",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"externalBin": [],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"identifier": "com.stabilityai.stablestudio",
|
|
"longDescription": "",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": "all",
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "",
|
|
"wix": {
|
|
"language": "en-US"
|
|
}
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"windows": []
|
|
}
|
|
}
|