2023-01-17 08:27:17 +00:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "npm run dev",
|
2023-05-10 05:27:50 +00:00
|
|
|
"beforeBuildCommand": "pnpm run build",
|
2023-01-17 08:27:17 +00:00
|
|
|
"devPath": "http://localhost:1420",
|
|
|
|
"distDir": "../dist",
|
|
|
|
"withGlobalTauri": false
|
|
|
|
},
|
|
|
|
"package": {
|
|
|
|
"productName": "AppFlowy",
|
|
|
|
"version": "0.0.0"
|
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
|
|
|
"all": false,
|
|
|
|
"shell": {
|
|
|
|
"all": false,
|
|
|
|
"open": true
|
2023-07-03 02:04:40 +00:00
|
|
|
},
|
|
|
|
"fs": {
|
|
|
|
"all": true,
|
|
|
|
"scope": ["$APPLOCALDATA/**", "$APPLOCALDATA/images/*"],
|
|
|
|
"readFile": true,
|
|
|
|
"writeFile": true,
|
|
|
|
"readDir": true,
|
|
|
|
"copyFile": true,
|
|
|
|
"createDir": true,
|
|
|
|
"removeDir": true,
|
|
|
|
"removeFile": true,
|
|
|
|
"renameFile": true,
|
|
|
|
"exists": true
|
2023-01-17 08:27:17 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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.appflowy.tauri",
|
|
|
|
"longDescription": "",
|
|
|
|
"macOS": {
|
|
|
|
"entitlements": null,
|
|
|
|
"exceptionDomain": "",
|
|
|
|
"frameworks": [],
|
|
|
|
"providerShortName": null,
|
2023-06-17 14:02:03 +00:00
|
|
|
"signingIdentity": null,
|
|
|
|
"minimumSystemVersion": "10.15.0"
|
2023-01-17 08:27:17 +00:00
|
|
|
},
|
|
|
|
"resources": [],
|
|
|
|
"shortDescription": "",
|
|
|
|
"targets": "all",
|
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": false
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"fullscreen": false,
|
2023-03-03 12:38:31 +00:00
|
|
|
"height": 1200,
|
2023-01-17 08:27:17 +00:00
|
|
|
"resizable": true,
|
|
|
|
"title": "AppFlowy",
|
2023-03-03 12:38:31 +00:00
|
|
|
"width": 1200
|
2023-01-17 08:27:17 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|