2023-02-14 17:39:16 +03:00
|
|
|
{
|
2023-02-21 16:45:01 +03:00
|
|
|
"package": {
|
|
|
|
"productName": "GitButler"
|
|
|
|
},
|
2023-02-20 17:08:23 +03:00
|
|
|
"tauri": {
|
|
|
|
"bundle": {
|
|
|
|
"identifier": "com.gitbutler.app"
|
|
|
|
},
|
2023-02-21 13:44:09 +03:00
|
|
|
"allowlist": {
|
|
|
|
"shell": {
|
2023-02-22 21:11:09 +03:00
|
|
|
"open": true
|
2023-02-21 13:44:09 +03:00
|
|
|
}
|
|
|
|
},
|
2023-04-11 11:54:04 +03:00
|
|
|
"security": {
|
|
|
|
"csp": {
|
|
|
|
"default-src": "'self'",
|
|
|
|
"img-src": "'self' asset: https://asset.localhost",
|
2023-04-21 16:55:54 +03:00
|
|
|
"connect-src": "'self' https://eu.posthog.com https://app.gitbutler.com https://o4504644069687296.ingest.sentry.io ws://localhost:7703",
|
2023-04-11 11:54:04 +03:00
|
|
|
"script-src": "'self' https://eu.posthog.com",
|
|
|
|
"style-src": "'self' 'unsafe-inline'"
|
|
|
|
}
|
|
|
|
},
|
2023-02-20 17:08:23 +03:00
|
|
|
"updater": {
|
|
|
|
"active": true,
|
|
|
|
"dialog": true,
|
|
|
|
"endpoints": [
|
2023-02-21 15:40:15 +03:00
|
|
|
"https://app.gitbutler.com/releases/{{target}}-{{arch}}/{{current_version}}"
|
2023-02-20 17:08:23 +03:00
|
|
|
],
|
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYwNTc2RDhBM0U0MjM4RUIKUldUck9FSStpbTFYWUE5UkJ3eXhuekZOL2V2RnpKaFUxbGJRNzBMVmF5V0gzV1JvN3hRblJMRDIK"
|
|
|
|
}
|
2023-02-14 17:39:16 +03:00
|
|
|
}
|
|
|
|
}
|