1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

linux build fix

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-03-27 19:28:33 +01:00
parent 82ba6e93b0
commit 008e8f25c2

View file

@ -606,7 +606,7 @@ function release_deb(arch) {
`xdg-desktop-menu install ${LINUX_INSTALL_DIR}/${metadata.name}/${metadata.name}.desktop`,
],
prerm: [`xdg-desktop-menu uninstall ${metadata.name}.desktop`],
depends: ['libgconf-2-4', 'libatomic1'],
depends: ['libatomic1'],
changelog: [],
_target: `${LINUX_INSTALL_DIR}/${metadata.name}`,
_out: appsDir,