diff --git a/electron-builder.json b/electron-builder.json index d2f8d33b..48c4cd31 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -120,7 +120,11 @@ "afterInstall": "./build/linux/after-install.tpl" }, "rpm": { - "afterInstall": "./build/linux/after-install.tpl" + "afterInstall": "./build/linux/after-install.tpl", + "fpm": [ + "--rpm-rpmbuild-define", + "_build_id_links none" + ] }, "snap": { "confinement": "classic", @@ -132,4 +136,4 @@ "ssh" ] } -} +} \ No newline at end of file