Skip to content

Commit 3a78076

Browse files
authored
Remove deb fields replaces/breaks riot-desktop (#2500)
1 parent 4762bc1 commit 3a78076

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

electron-builder.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,7 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
119119
"libgbm1",
120120
],
121121
recommends: ["libsqlcipher0", "element-io-archive-keyring"],
122-
fpm: [
123-
"--deb-field",
124-
"Replaces: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)",
125-
"--deb-field",
126-
"Breaks: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)",
127-
"--deb-pre-depends",
128-
"libc6 (>= 2.31)",
129-
],
122+
fpm: ["--deb-pre-depends", "libc6 (>= 2.31)"],
130123
},
131124
mac: {
132125
category: "public.app-category.social-networking",

0 commit comments

Comments
 (0)