From 3c12880a9cbdca738ff6150100ce8a467f7e939e Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:36:26 +0200 Subject: [PATCH] Update tauri.conf.json --- 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 2fb97fd8..1d2378a8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "unstoppableswap-gui-rs", "version": "0.0.0", - "identifier": "com.tauri.dev", + "identifier": "net.unstoppableswap.gui", "build": { "beforeDevCommand": "yarn dev", "devUrl": "http://localhost:1420",