diff --git a/CHANGELOG.md b/CHANGELOG.md index b0697efd9..ad999ffd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - transparency issues on Windows 10 - Schedule and Menu options not being updated after change of language - multiple RTL UI issues +- RPM installer conflicts with other Electron apps ## [1.15.1] - 2023-11-19 ### Fixed diff --git a/package.json b/package.json index cdec797dd..35ac3bec2 100755 --- a/package.json +++ b/package.json @@ -86,6 +86,12 @@ ], "asarUnpack": "node_modules/macos-notification-state/**" }, + "rpm": { + "fpm": [ + "--rpm-rpmbuild-define", + "_build_id_links none" + ] + }, "appx": { "identityName": "33881JanHovancik.stretchly", "publisher": "CN=35004EDA-CCDD-4304-A014-784D754E043F",