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
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user