Fix release (#30)

This commit is contained in:
Gregory Schier
2024-05-14 15:35:53 -07:00
committed by GitHub
parent 40b477ad8b
commit 03a4cd30ca
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ impl YaakUpdater {
) -> Result<bool, tauri_plugin_updater::Error> { ) -> Result<bool, tauri_plugin_updater::Error> {
self.last_update_check = SystemTime::now(); self.last_update_check = SystemTime::now();
let enabled = is_dev(); let enabled = !is_dev();
info!("Checking for updates mode={} enabled={}", mode, enabled); info!("Checking for updates mode={} enabled={}", mode, enabled);
if !enabled { if !enabled {

View File

@@ -6,7 +6,7 @@
"frontendDist": "../dist" "frontendDist": "../dist"
}, },
"productName": "Yaak", "productName": "Yaak",
"version": "2024.4.1", "version": "2024.4.2",
"identifier": "app.yaak.desktop", "identifier": "app.yaak.desktop",
"app": { "app": {
"withGlobalTauri": false, "withGlobalTauri": false,