disable dialog explicitly

This commit is contained in:
Nikita Galaiko 2023-09-01 13:09:59 +02:00 committed by GitButler
parent 0a1af9d1c2
commit a9aa36089f
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
},
"updater": {
"active": true,
"dialog": false,
"endpoints": [
"https://app.gitbutler.com/releases/nightly/{{target}}-{{arch}}/{{current_version}}"
],

View File

@ -24,6 +24,7 @@
},
"updater": {
"active": true,
"dialog": false,
"endpoints": [
"https://app.gitbutler.com/releases/release/{{target}}-{{arch}}/{{current_version}}"
],