summaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-07-03 18:55:16 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-04 08:22:42 +0530
commitec92cad7bb822b1d86311c1fc7fc1c2122f2b9fd (patch)
treea11196391057d34dae2d81e73556e8b44994416b /electron-builder.yml
parent6.0.0-nightly.87 [skip ci] (diff)
downloadferdium-app-ec92cad7bb822b1d86311c1fc7fc1c2122f2b9fd.tar.gz
ferdium-app-ec92cad7bb822b1d86311c1fc7fc1c2122f2b9fd.tar.zst
ferdium-app-ec92cad7bb822b1d86311c1fc7fc1c2122f2b9fd.zip
Disable symlinks to build_id for rpmv6.0.0-nightly.87
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