mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 04:14:45 +03:00
68f0a3c288
Co-authored-by: Yerke Tulibergenov <yerke@squareup.com> Co-authored-by: Caleb Owens <caleb@gitbutler.com> Co-authored-by: Pavel Laptev <pawellaptew@gmail.com> Co-authored-by: Mattias Granlund <mtsgrd@gmail.com> Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com> Co-authored-by: GitButler <gitbutler@gitbutler.com>
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
|
"build": {
|
|
"beforeBuildCommand": "[ $CI = true ] || pnpm build:desktop -- --mode nightly && cargo build --release -p gitbutler-git && bash ./gitbutler-tauri/inject-git-binaries.sh"
|
|
},
|
|
"package": {
|
|
"productName": "GitButler Nightly"
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"identifier": "com.gitbutler.app.nightly",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"gitbutler-git-setsid",
|
|
"gitbutler-git-askpass"
|
|
],
|
|
"windows": {
|
|
"certificateThumbprint": null
|
|
},
|
|
"rpm": {
|
|
"depends": [
|
|
"webkit2gtk4.0-devel"
|
|
]
|
|
},
|
|
"deb": {
|
|
"depends": [
|
|
"libwebkit2gtk-4.0-dev",
|
|
"libgtk-3-dev"
|
|
]
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": {
|
|
"default-src": "'self'",
|
|
"img-src": "'self' asset: https://asset.localhost data: tauri://localhost https://avatars.githubusercontent.com https://*.gitbutler.com https://gitbutler-public.s3.amazonaws.com https://*.gravatar.com https://io.wp.com https://i0.wp.com https://i1.wp.com https://i2.wp.com https://i3.wp.com https://github.com https://*.googleusercontent.com",
|
|
"connect-src": "'self' https://eu.posthog.com https://eu.i.posthog.com https://app.gitbutler.com https://o4504644069687296.ingest.sentry.io ws://localhost:7703 https://github.com https://api.github.com https://api.openai.com",
|
|
"script-src": "'self' https://eu.posthog.com https://eu.i.posthog.com",
|
|
"style-src": "'self' 'unsafe-inline'"
|
|
}
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"dialog": false,
|
|
"endpoints": [
|
|
"https://app.gitbutler.com/releases/nightly/{{target}}-{{arch}}/{{current_version}}"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYwNTc2RDhBM0U0MjM4RUIKUldUck9FSStpbTFYWUE5UkJ3eXhuekZOL2V2RnpKaFUxbGJRNzBMVmF5V0gzV1JvN3hRblJMRDIK"
|
|
}
|
|
}
|
|
}
|