chore: 更新项目信息

This commit is contained in:
2026-07-19 18:48:00 +08:00
parent e4122162ba
commit 1483712c93
2 changed files with 20 additions and 14 deletions
+17 -11
View File
@@ -1,5 +1,5 @@
appId: com.electron.app appId: top.frost-zx.frost-mqtt-client
productName: frost-mqtt-client productName: Frost MQTT Client
directories: directories:
buildResources: build buildResources: build
files: files:
@@ -13,10 +13,15 @@ asarUnpack:
win: win:
executableName: frost-mqtt-client executableName: frost-mqtt-client
nsis: 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} shortcutName: ${productName}
uninstallDisplayName: ${productName} uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac: mac:
entitlementsInherit: build/entitlements.mac.plist entitlementsInherit: build/entitlements.mac.plist
extendInfo: extendInfo:
@@ -26,16 +31,17 @@ mac:
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false notarize: false
dmg: dmg:
artifactName: ${name}-${version}.${ext} artifactName: ${name}-${version}-macOS-${arch}.${ext}
linux: linux:
target:
- AppImage
- snap
- deb
maintainer: electronjs.org
category: Utility category: Utility
artifactName: ${name}-${version}-Linux-${arch}.${ext}
maintainer: frost-zx.github.io
target:
# - AppImage
# - snap
- deb
appImage: appImage:
artifactName: ${name}-${version}.${ext} artifactName: ${name}-${version}-Linux-${arch}.${ext}
npmRebuild: false npmRebuild: false
publish: publish:
provider: generic provider: generic
+3 -3
View File
@@ -1,10 +1,10 @@
{ {
"name": "frost-mqtt-client", "name": "frost-mqtt-client",
"version": "1.0.0", "version": "1.0.0",
"description": "An Electron application with Vue", "description": "一个使用 AI 开发的多功能 MQTT 桌面客户端,基于 Electron + Vue 3 + Naive UI 构建。",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "example.com", "author": "Frost-ZX",
"homepage": "https://electron-vite.org", "homepage": "https://frost-zx.github.io/",
"scripts": { "scripts": {
"lint": "eslint --cache .", "lint": "eslint --cache .",
"start": "electron-vite preview", "start": "electron-vite preview",