From 36ccf4b246d0f90988668f7639bc225adb91d949 Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Thu, 6 Nov 2025 02:29:52 +0800 Subject: [PATCH] fix(stage-tamagotchi): nsis info (#726) --- apps/stage-tamagotchi/electron-builder.yml | 3 ++- apps/stage-tamagotchi/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/stage-tamagotchi/electron-builder.yml b/apps/stage-tamagotchi/electron-builder.yml index 0fa356c89..c8a758d88 100644 --- a/apps/stage-tamagotchi/electron-builder.yml +++ b/apps/stage-tamagotchi/electron-builder.yml @@ -34,6 +34,8 @@ nsis: uninstallDisplayName: ${productName} createDesktopShortcut: always deleteAppDataOnUninstall: true + oneClick: false + allowToChangeInstallationDirectory: true mac: entitlementsInherit: build/entitlements.mac.plist @@ -49,7 +51,6 @@ linux: target: - deb - rpm - maintainer: moeru.ai category: Utility synopsis: 'AI VTuber/Waifu chatbot app inspired by Neuro-sama.' description: 'AIRI is an AI VTuber/Waifu chatbot supporting Live2D/VRM avatars, featuring human-like interactions and modular stage-based rendering.' diff --git a/apps/stage-tamagotchi/package.json b/apps/stage-tamagotchi/package.json index 5c3c1faa0..15ff78bb9 100644 --- a/apps/stage-tamagotchi/package.json +++ b/apps/stage-tamagotchi/package.json @@ -4,7 +4,7 @@ "version": "0.7.2-beta.3", "private": true, "description": "An Electron application with Vue and TypeScript", - "author": "example.com", + "author": "Moeru AI", "homepage": "https://electron-vite.org", "main": "./out/main/index.js", "scripts": {