How to set custom .deb dependencies for electron-vite app? #320
Unanswered
BurnedScarecrow
asked this question in
Q&A
Replies: 1 comment
-
It is recommended that you post an issue in electron-builder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I try to set some additional dependency for a deb package.
Docs for electron-builder says it should be written in config file. So I found
electron-builder.yml
file and added there default dependencies like they mentioned in debian-package-options.I paste it like an array appended with my extra dependency (let it be shadowsocks-libev):
After configuration for builder the command
npm run build:linux
works well without errors, but when i try tosudo apt install ./electron-app_1.0.0_amd64.deb
it sais that this app needs only default for electron app dependencies without my extra deps. and installs without extra dependency installation.So, how can i mention custom deps or enable installation of my custom dependencies for deb package?
Beta Was this translation helpful? Give feedback.
All reactions