You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Wiki, the depends option (specifying the dependencies for a Linux deb target) is in the LinuxBuildOptions part, whereas it seems it should be in the DebOptions part (which is the case in the test, and what I experienced).
Or I didn't understand the documentation...
The text was updated successfully, but these errors were encountered:
It didn't work for me in the linux part with electron-builder version 16.6.0. The deb only depended on the default dependencies. When moving depends to the deb part, then it worked.
Moreover, when removing the line depends: ["foo"] of the testcustom depends of test/out/linux/debTest.js, it still passes (whereas it is supposed to test the dependency on foo).
Hello,
In the Wiki, the
depends
option (specifying the dependencies for a Linuxdeb
target) is in the LinuxBuildOptions part, whereas it seems it should be in the DebOptions part (which is the case in the test, and what I experienced).Or I didn't understand the documentation...
The text was updated successfully, but these errors were encountered: