1 Star 0 Fork 26

AIGC / TTime

forked from ByLiangCheng / TTime 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
electron-builder.yml 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
appId: com.ttime.app
productName: TTime
directories:
buildResources: build
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
asarUnpack:
- '**/*.{node,dll}'
- '**/ocr/*.{onnx,txt}'
#asar:
# false
afterSign: build/notarize.js
beforePack: build/builder-installer-before.js
win:
executableName: TTime
nsis:
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
include: build/builder-installer.nsh
# 创建桌面快捷方式
createDesktopShortcut: true
# 创建开始菜单快捷方式
createStartMenuShortcut: true
# 是否创建一键安装程序或辅助
oneClick: false
# 是否允许用户更改安装目录
allowToChangeInstallationDirectory: true
# 不显示安装模式页面 默认为使用这台电脑的任何人安装(所有用户)
perMachine: true
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.
# 配置不显示在 Dock(程序坞) 内
LSUIElement: 1
dmg:
artifactName: ${productName}-${version}-${arch}.${ext}
linux:
target:
- AppImage
- snap
- deb
maintainer: electronjs.org
category: Utility
appImage:
artifactName: ${productName}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://update.timerecord.cn/pc/TTime/
releaseInfo:
releaseNotes: 1.新增粘贴数据自动进行翻译 (by:@MHanL)||2.新增内置DeepL翻译源(无需配置密钥可直接使用)||3.新增内置腾讯交互翻译源(无需配置密钥可直接使用)||4.新增小牛、彩云翻译源
1
https://gitee.com/aigc-zh/TTime.git
git@gitee.com:aigc-zh/TTime.git
aigc-zh
TTime
TTime
main

搜索帮助