mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 02:44:49 +03:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "pnpm build:preload && pnpm dev:prerequisite",
|
|
"beforeBuildCommand": "pnpm build:preload && pnpm build:affine",
|
|
"devPath": "http://localhost:8080",
|
|
"distDir": "../public",
|
|
"withGlobalTauri": false
|
|
},
|
|
"package": {
|
|
"productName": "AFFiNE",
|
|
"version": "0.0.2"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true,
|
|
"fs": {
|
|
"all": true,
|
|
"scope": ["$RESOURCE", "$RESOURCE/*", "$APP/*"]
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"externalBin": [],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"identifier": "com.affine.client",
|
|
"longDescription": "",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": "all",
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
}
|
|
}
|