From ec92cad7bb822b1d86311c1fc7fc1c2122f2b9fd Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Sun, 3 Jul 2022 18:55:16 +0100 Subject: Disable symlinks to build_id for rpm --- electron-builder.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'electron-builder.yml') diff --git a/electron-builder.yml b/electron-builder.yml index fab520801..27f1b4cba 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -37,7 +37,9 @@ appImage: deb: artifactName: "${productName}-${os}-${version}-${arch}.${ext}" - +rpm: + # Prevent creation of symlinks in /usr/lib/.build_id to avoid conflicts with other electron-based app having the symlink to chrome-sandbox + fpm: ["--rpm-rpmbuild-define=_build_id_links none"] # This is the notarization process which allows the app to be opened after download with the minimal warning. afterSign: ./build-helpers/notarize.js -- cgit v1.2.3-54-g00ecf