Ai
1 Star 0 Fork 1

参考项目/HenGem定制化开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.yml 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
Martin 提交于 2025-03-27 19:14 +08:00 . 在官方的基础上定制化开发
appId: com.heygem.app
productName: HeyGem-FlyingWaves
directories:
buildResources: build
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.txt.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
asarUnpack:
- resources/**
win:
executableName: HeyGem-FlyingWaves
nsis:
oneClick: false
allowElevation: true
perMachine: true
allowToChangeInstallationDirectory: true
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
installerIcon: build/icon.ico
uninstallerIcon: build/icon.ico
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
dmg:
artifactName: ${productName}-${version}.${ext}
linux:
target:
- AppImage
# - snap
# - deb
maintainer: electronjs.org
category: Utility
icon: build/icon.png
desktop:
Name: ${productName}
Comment: ${productName}
GenericName: ${productName}
executableName: ${productName}
Icon: build/icon.png
Terminal: false
Type: Application
Categories: Utility
Keywords:
- ${productName}
- 数字人
- 视频生成
appImage:
artifactName: ${productName}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/reference-project_1/hengem-custom.git
git@gitee.com:reference-project_1/hengem-custom.git
reference-project_1
hengem-custom
HenGem定制化开发
dev

搜索帮助