From 8d15a82566911b01015e0c2e08449405d7b2d977 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Thu, 3 Oct 2024 00:49:30 +0200 Subject: [PATCH] fix(compat): restore identifier < 0.8.0 to avoid issues with updates --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 120cbcc..4a9bf8d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -25,7 +25,7 @@ }, "productName": "mnds-browser", "version": "0.8.1", - "identifier": "io.github.hrzlgnm.mdns-browser", + "identifier": "net.hrzlgnm.mdns-browser", "plugins": { "updater": { "windows": {