aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml4
1 files changed, 3 insertions, 1 deletions
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:
37deb: 37deb:
38 artifactName: "${productName}-${os}-${version}-${arch}.${ext}" 38 artifactName: "${productName}-${os}-${version}-${arch}.${ext}"
39 39
40 40rpm:
41 # Prevent creation of symlinks in /usr/lib/.build_id to avoid conflicts with other electron-based app having the symlink to chrome-sandbox
42 fpm: ["--rpm-rpmbuild-define=_build_id_links none"]
41 43
42# This is the notarization process which allows the app to be opened after download with the minimal warning. 44# This is the notarization process which allows the app to be opened after download with the minimal warning.
43afterSign: ./build-helpers/notarize.js 45afterSign: ./build-helpers/notarize.js