From 5fd8ff6fbc575221c6eed9b5334b862f69e1cbc8 Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Thu, 10 Apr 2025 20:56:00 +0800 Subject: [PATCH] refactor!(stage-tamagotchi): update app identifier (#126) Breaking: while you can directly grab the new released version, but a manual uninstallation is required to fully remove the previous one to free the spaces correctly. --- apps/stage-tamagotchi/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stage-tamagotchi/src-tauri/tauri.conf.json b/apps/stage-tamagotchi/src-tauri/tauri.conf.json index 5e192ef67..23b5fe67c 100644 --- a/apps/stage-tamagotchi/src-tauri/tauri.conf.json +++ b/apps/stage-tamagotchi/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "airi", "version": "../package.json", - "identifier": "com.github.moeru-ai.airi-tamagotchi", + "identifier": "ai.moeru.airi-tamagotchi", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5173",