mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +08:00
change product name
This commit is contained in:
parent
d87fa750c3
commit
dabc09df7b
|
@ -1,5 +1,6 @@
|
|||
appId: party.mihomo.app
|
||||
productName: mihomo-party
|
||||
productName: Mihomo Party
|
||||
executableName: mihomo-party
|
||||
directories:
|
||||
buildResources: build
|
||||
files:
|
||||
|
@ -15,8 +16,6 @@ files:
|
|||
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
||||
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
||||
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
||||
# asarUnpack:
|
||||
# - resources/**
|
||||
extraResources:
|
||||
- from: './extra/'
|
||||
to: ''
|
||||
|
@ -30,7 +29,6 @@ win:
|
|||
- nsis
|
||||
- 7z
|
||||
artifactName: ${name}-windows-${version}-${arch}-portable.${ext}
|
||||
executableName: mihomo-party
|
||||
nsis:
|
||||
artifactName: ${name}-windows-${version}-${arch}-setup.${ext}
|
||||
shortcutName: Mihomo Party
|
||||
|
@ -43,7 +41,6 @@ nsis:
|
|||
mac:
|
||||
target:
|
||||
- dmg
|
||||
- zip
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
extendInfo:
|
||||
- NSCameraUsageDescription: Application requests access to the device's camera.
|
||||
|
|
Loading…
Reference in New Issue
Block a user