2023-01-31 17:55:57 +03:00
|
|
|
{
|
2023-02-21 13:44:09 +03:00
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "pnpm dev",
|
|
|
|
"beforeBuildCommand": "pnpm build",
|
|
|
|
"devPath": "http://localhost:1420",
|
|
|
|
"distDir": "../build",
|
|
|
|
"withGlobalTauri": false
|
2023-01-31 17:55:57 +03:00
|
|
|
},
|
2023-02-21 13:44:09 +03:00
|
|
|
"package": {
|
2023-02-21 16:45:01 +03:00
|
|
|
"productName": "GitButler Dev"
|
2023-01-31 17:55:57 +03:00
|
|
|
},
|
2023-02-21 13:44:09 +03:00
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
|
|
|
"all": false,
|
|
|
|
"shell": {
|
|
|
|
"all": false,
|
2023-02-22 21:11:09 +03:00
|
|
|
"open": true
|
2023-02-21 13:44:09 +03:00
|
|
|
},
|
|
|
|
"dialog": {
|
|
|
|
"all": false,
|
|
|
|
"open": true
|
|
|
|
},
|
2023-02-24 15:27:18 +03:00
|
|
|
"protocol": {
|
|
|
|
"all": false,
|
|
|
|
"asset": true,
|
|
|
|
"assetScope": [
|
|
|
|
"$APPCACHE/images/*"
|
|
|
|
]
|
|
|
|
},
|
2023-02-21 13:44:09 +03:00
|
|
|
"window": {
|
|
|
|
"all": false,
|
|
|
|
"startDragging": true
|
|
|
|
},
|
|
|
|
"path": {
|
|
|
|
"all": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"identifier": "com.gitbutler.app.dev",
|
|
|
|
"category": "DeveloperTool",
|
|
|
|
"copyright": "Copyright © 2023 GitButler. All rights reserved.",
|
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
],
|
|
|
|
"targets": ["dmg", "updater"]
|
|
|
|
},
|
|
|
|
"security": {
|
2023-02-27 14:43:57 +03:00
|
|
|
"csp": {
|
|
|
|
"default-src": "'self'",
|
|
|
|
"img-src": "'self' asset: https://asset.localhost",
|
|
|
|
"connect-src": "'self' https://eu.posthog.com",
|
|
|
|
"script-src": "'self' https://eu.posthog.com",
|
|
|
|
"style-src": "'self' 'unsafe-inline'"
|
|
|
|
}
|
2023-02-21 13:44:09 +03:00
|
|
|
},
|
|
|
|
"systemTray": {
|
|
|
|
"iconPath": "icons/tray.png",
|
|
|
|
"iconAsTemplate": true
|
|
|
|
}
|
2023-02-10 17:39:48 +03:00
|
|
|
}
|
2023-01-31 17:55:57 +03:00
|
|
|
}
|