mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"package": {
|
|
"productName": "GitButler"
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"identifier": "com.gitbutler.app"
|
|
},
|
|
"allowlist": {
|
|
"shell": {
|
|
"open": true
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": {
|
|
"default-src": "'self'",
|
|
"img-src": "'self' asset: https://asset.localhost",
|
|
"connect-src": "'self' https://eu.posthog.com https://app.gitbutler.com https://o4504644069687296.ingest.sentry.io ws://localhost:7703",
|
|
"script-src": "'self' https://eu.posthog.com",
|
|
"style-src": "'self' 'unsafe-inline'"
|
|
}
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"dialog": true,
|
|
"endpoints": [
|
|
"https://app.gitbutler.com/releases/{{target}}-{{arch}}/{{current_version}}"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYwNTc2RDhBM0U0MjM4RUIKUldUck9FSStpbTFYWUE5UkJ3eXhuekZOL2V2RnpKaFUxbGJRNzBMVmF5V0gzV1JvN3hRblJMRDIK"
|
|
}
|
|
}
|
|
}
|