chore: 更新项目信息
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "frost-mqtt-client",
|
||||
"version": "1.0.0",
|
||||
"description": "An Electron application with Vue",
|
||||
"description": "一个使用 AI 开发的多功能 MQTT 桌面客户端,基于 Electron + Vue 3 + Naive UI 构建。",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "example.com",
|
||||
"homepage": "https://electron-vite.org",
|
||||
"author": "Frost-ZX",
|
||||
"homepage": "https://frost-zx.github.io/",
|
||||
"scripts": {
|
||||
"lint": "eslint --cache .",
|
||||
"start": "electron-vite preview",
|
||||
|
||||
Reference in New Issue
Block a user