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.
This commit is contained in:
Typed SIGTERM
2025-04-10 20:56:00 +08:00
committed by GitHub
parent d76c0550ad
commit 5fd8ff6fbc
@@ -2,7 +2,7 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "airi", "productName": "airi",
"version": "../package.json", "version": "../package.json",
"identifier": "com.github.moeru-ai.airi-tamagotchi", "identifier": "ai.moeru.airi-tamagotchi",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",
"devUrl": "http://localhost:5173", "devUrl": "http://localhost:5173",