From 7f645b310a3893f171c907d4263eca9d5b2ae319 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Sat, 10 Feb 2024 16:41:55 +0100 Subject: [PATCH] Fix RPM installer issues with Electron apps --- CHANGELOG.md | 1 + package.json | 6 ++++++ 2 files changed, 7 insertions(+) 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",