发布一个Electron依赖列表

brgchamk  于 4个月前  发布在  Electron
关注(0)|答案(2)|浏览(38)

预检清单

  • 我已阅读了此项目的 Contributing Guidelines
  • 我同意遵循此项目遵循的 Code of Conduct
  • 我在问题跟踪器中搜索了一个与我想提交的功能请求相匹配的列表,但没有成功。

问题描述

我无法找到一个适用于 Linux 的 Electron 依赖项列表。它可以被收集并发布吗?有推测说这个列表包括:

"gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"

然而,我认为这个列表已经很长时间没有更新了。

建议的解决方案

发布官方的依赖项列表

考虑的其他方案

其他信息

- I have read the README for this project.
- I agree to follow the guidelines that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
js5cn81o

js5cn81o1#

以上列表来自 electron-builder,链接:https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/src/options/linuxOptions.ts#L111
但这只是个注解。在他们的仓库中,我看不到他们实际上将 depends 字段设置为默认列表🤔

gev0vcfq

gev0vcfq2#

请查看这个链接:https://github.com/develar/app-builder/blob/dfe6902bd6d461e547c143c86af8540b03e9b55f/pkg/package-format/fpm/fpm.go#L129-L151

相关问题