fix(stage-tamagotchi): nsis info (#726)
This commit is contained in:
@@ -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.'
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user