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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user