14 Star 154 Fork 26

devlive-community/dbm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.yml 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
qianmoQ 提交于 2023-11-03 01:59 +08:00 . [Env] [Ci] Fixed github ci
appId: 'org.devlive.dbm'
artifactName: ${name}-${version}-${os}-${arch}.${ext}
productName: 'dbm'
publish: {
provider: github,
releaseType: draft,
vPrefixedTagName: true
}
forceCodeSigning: false
releaseInfo:
releaseNotes: |
#### General
---
- Fix CI for windows compile
- Removed publish test ci
#### Object Design (Beta)
---
- Add the metadata management (database management) layout
- Add the metadata management (table management) layout
- Support metadata management (database) responsiveness
- Support metadata management create table
- Refactor the beta function layout
- Fix the data source operation type
- Refactor the table style
- Refactor object designer layout
- Support delete table
- Support delete table
- Support delete table
- Support for adding columns to a specified location
- Support table data custom view columns
- Support column display control
directories:
output: ./release
files:
# - '**/*'
- '!**/*.ts'
- '!scripts'
- '!src'
- '!node_modules'
- '!docs'
- '!release'
- '!.github'
- '!.vscode'
- 'dist'
compression: normal
asar: false
mac:
icon: ./src/shared/assets/icons
# category: public.app-category.productivity
# darkModeSupport: true
# target:
# - { target: dmg }
dmg:
icon: ./src/shared/assets/icons
iconSize: 128
contents:
- { x: 380, y: 240, type: link, path: /Applications }
- { x: 122, y: 240, type: file }
linux:
icon: ./src/shared/assets/icons/favicon.png
target:
- { target: AppImage }
win:
artifactName: ${name}-${version}-windows-${arch}.${ext}
icon: ./src/shared/assets/icons/favicon.ico
target:
- { target: nsis }
nsis:
artifactName: ${name}-${version}-windows-${arch}-nsis-installer.${ext}
oneClick: false
perMachine: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/devlive-community/dbm.git
git@gitee.com:devlive-community/dbm.git
devlive-community
dbm
dbm
dev

搜索帮助