mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:18:30 +02:00
Fix release (#30)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user