change product name

This commit is contained in:
pompurin404 2024-09-04 21:52:42 +08:00
parent d87fa750c3
commit dabc09df7b
No known key found for this signature in database

View File

@ -1,5 +1,6 @@
appId: party.mihomo.app appId: party.mihomo.app
productName: mihomo-party productName: Mihomo Party
executableName: mihomo-party
directories: directories:
buildResources: build buildResources: build
files: files:
@ -15,8 +16,6 @@ files:
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}' - '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}' - '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}' - '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
# asarUnpack:
# - resources/**
extraResources: extraResources:
- from: './extra/' - from: './extra/'
to: '' to: ''
@ -30,7 +29,6 @@ win:
- nsis - nsis
- 7z - 7z
artifactName: ${name}-windows-${version}-${arch}-portable.${ext} artifactName: ${name}-windows-${version}-${arch}-portable.${ext}
executableName: mihomo-party
nsis: nsis:
artifactName: ${name}-windows-${version}-${arch}-setup.${ext} artifactName: ${name}-windows-${version}-${arch}-setup.${ext}
shortcutName: Mihomo Party shortcutName: Mihomo Party
@ -43,7 +41,6 @@ nsis:
mac: mac:
target: target:
- dmg - dmg
- zip
entitlementsInherit: build/entitlements.mac.plist entitlementsInherit: build/entitlements.mac.plist
extendInfo: extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera. - NSCameraUsageDescription: Application requests access to the device's camera.