chore: 更新项目信息
This commit is contained in:
+17
-11
@@ -1,5 +1,5 @@
|
||||
appId: com.electron.app
|
||||
productName: frost-mqtt-client
|
||||
appId: top.frost-zx.frost-mqtt-client
|
||||
productName: Frost MQTT Client
|
||||
directories:
|
||||
buildResources: build
|
||||
files:
|
||||
@@ -13,10 +13,15 @@ asarUnpack:
|
||||
win:
|
||||
executableName: frost-mqtt-client
|
||||
nsis:
|
||||
artifactName: ${name}-${version}-setup.${ext}
|
||||
allowToChangeInstallationDirectory: true
|
||||
artifactName: ${name}-${version}-Windows-${arch}-Setup.${ext}
|
||||
createDesktopShortcut: always
|
||||
createStartMenuShortcut: true
|
||||
oneClick: false
|
||||
perMachine: false
|
||||
runAfterFinish: false
|
||||
shortcutName: ${productName}
|
||||
uninstallDisplayName: ${productName}
|
||||
createDesktopShortcut: always
|
||||
mac:
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
extendInfo:
|
||||
@@ -26,16 +31,17 @@ mac:
|
||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||
notarize: false
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
artifactName: ${name}-${version}-macOS-${arch}.${ext}
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
- snap
|
||||
- deb
|
||||
maintainer: electronjs.org
|
||||
category: Utility
|
||||
artifactName: ${name}-${version}-Linux-${arch}.${ext}
|
||||
maintainer: frost-zx.github.io
|
||||
target:
|
||||
# - AppImage
|
||||
# - snap
|
||||
- deb
|
||||
appImage:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
artifactName: ${name}-${version}-Linux-${arch}.${ext}
|
||||
npmRebuild: false
|
||||
publish:
|
||||
provider: generic
|
||||
|
||||
Reference in New Issue
Block a user