mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
a9c06632ad
* ci: tauri build * ci: tauri build * chore: update appflowy-collab version * ci: fix build * ci: tauri with pnpm * ci: fix build * ci: comment out includetime * chore: add the --quiet option (to only output errors and not warnings) to the configuration file * ci: enable linux platform --------- Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "pnpm run build",
|
|
"devPath": "http://localhost:1420",
|
|
"distDir": "../dist",
|
|
"withGlobalTauri": false
|
|
},
|
|
"package": {
|
|
"productName": "AppFlowy",
|
|
"version": "0.0.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"shell": {
|
|
"all": false,
|
|
"open": true
|
|
}
|
|
},
|
|
"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,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": "all",
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"height": 1200,
|
|
"resizable": true,
|
|
"title": "AppFlowy",
|
|
"width": 1200
|
|
}
|
|
]
|
|
}
|
|
}
|