From 3cd65e10946921f04bb6964cf10eff720c7541bf Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 18 Feb 2024 15:04:19 +1000 Subject: [PATCH] Tweak tauri.conf.json So that cargo tauri build works --- 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 c1dc87b..0ceb37a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,7 +30,7 @@ ], "targets": "all" }, - "identifier": "com.tauri.dev", + "identifier": "net.wezm.videopls", "productName": "videopls", "version": "0.1.0" }