gitbutler/src-tauri/tauri.conf.release.json

24 lines
660 B
JSON

{
"package": {
"productName": "GitButler"
},
"tauri": {
"bundle": {
"identifier": "com.gitbutler.app"
},
"allowlist": {
"shell": {
"open": true
}
},
"updater": {
"active": true,
"dialog": true,
"endpoints": [
"https://app.gitbutler.com/releases/{{target}}-{{arch}}/{{current_version}}"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYwNTc2RDhBM0U0MjM4RUIKUldUck9FSStpbTFYWUE5UkJ3eXhuekZOL2V2RnpKaFUxbGJRNzBMVmF5V0gzV1JvN3hRblJMRDIK"
}
}
}