fix(stage-tamagotchi): nsis info (#726)

This commit is contained in:
Typed SIGTERM
2025-11-06 02:29:52 +08:00
committed by GitHub
parent 3451b4578f
commit 36ccf4b246
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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.'
+1 -1
View File
@@ -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": {