Fix hardlinks appearing in and breaking deb packages (#2609)

This commit is contained in:
Michael Telatynski
2025-10-06 09:55:54 +01:00
committed by GitHub
parent d0a735b25c
commit a64ed5428c
3 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
linux: {
target: ["tar.gz", "deb"],
category: "Network;InstantMessaging;Chat",
icon: "build/icon.png",
icon: "icon.png",
executableName: variant.name, // element-desktop or element-desktop-nightly
},
deb: {