1 Star 0 Fork 26

taozhen/dbm

forked from devlive-community/dbm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.yml 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
qianmoQ 提交于 2022-09-17 13:44 . Release 1.23.0
appId: 'io.edurt.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/taozhen/dbm.git
git@gitee.com:taozhen/dbm.git
taozhen
dbm
dbm
master

搜索帮助