From d5838a4fa8952f10a73f9ea7ca36aaeaf7bb693a Mon Sep 17 00:00:00 2001 From: Tasos Boulis Date: Wed, 1 Feb 2023 17:22:25 +0200 Subject: [PATCH] Fix issue with rpm build conflicting with other electron applications (#2531) --- electron-builder.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/electron-builder.json b/electron-builder.json index 658b80ba..946598eb 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -167,5 +167,8 @@ }, "nsis": { "artifactName": "${version}/${name}-setup-${version}-win.${ext}" + }, + "rpm": { + "fpm": ["--rpm-rpmbuild-define", "_build_id_links none"] } }