From 3d8b92c76cfebff3f2963301fa11d7dc0f8524eb Mon Sep 17 00:00:00 2001 From: ndom91 Date: Tue, 3 Sep 2024 15:14:49 +0200 Subject: [PATCH] fix: more tauri.conf migrations --- crates/gitbutler-tauri/tauri.conf.nightly.json | 2 -- crates/gitbutler-tauri/tauri.conf.release.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/crates/gitbutler-tauri/tauri.conf.nightly.json b/crates/gitbutler-tauri/tauri.conf.nightly.json index a0deb8a94..f74986ed0 100644 --- a/crates/gitbutler-tauri/tauri.conf.nightly.json +++ b/crates/gitbutler-tauri/tauri.conf.nightly.json @@ -17,8 +17,6 @@ }, "plugins": { "updater": { - "active": true, - "dialog": false, "endpoints": [ "https://app.gitbutler.com/releases/nightly/{{target}}-{{arch}}/{{current_version}}" ], diff --git a/crates/gitbutler-tauri/tauri.conf.release.json b/crates/gitbutler-tauri/tauri.conf.release.json index 4f04cfd23..1b7779a9b 100644 --- a/crates/gitbutler-tauri/tauri.conf.release.json +++ b/crates/gitbutler-tauri/tauri.conf.release.json @@ -17,8 +17,6 @@ }, "plugins": { "updater": { - "active": true, - "dialog": false, "endpoints": [ "https://app.gitbutler.com/releases/release/{{target}}-{{arch}}/{{current_version}}" ],