Try pre-depends

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-01-22 10:14:52 +00:00
parent 6e82f2a37c
commit f6dc2b562f
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -115,7 +115,6 @@ const config = {
"libsecret-1-0", "libsecret-1-0",
"libasound2", "libasound2",
"libgbm1", "libgbm1",
"libc (>= 2.28)",
], ],
recommends: ["libsqlcipher0", "element-io-archive-keyring"], recommends: ["libsqlcipher0", "element-io-archive-keyring"],
fpm: [ fpm: [
@ -123,6 +122,8 @@ const config = {
"Replaces: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)", "Replaces: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)",
"--deb-field", "--deb-field",
"Breaks: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)", "Breaks: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)",
"--deb-pre-depends",
"libc (>= 2.28)",
], ],
}, },
mac: { mac: {