aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 018e44639..3ccb4d13a 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -41,6 +41,7 @@ deb:
41 artifactName: "${productName}-${os}-${version}-${arch}.${ext}" 41 artifactName: "${productName}-${os}-${version}-${arch}.${ext}"
42 42
43rpm: 43rpm:
44 artifactName: "${productName}-${os}-${version}-${arch}.${ext}"
44 # Prevent creation of symlinks in /usr/lib/.build_id to avoid conflicts with other electron-based app having the symlink to chrome-sandbox 45 # Prevent creation of symlinks in /usr/lib/.build_id to avoid conflicts with other electron-based app having the symlink to chrome-sandbox
45 fpm: ["--rpm-rpmbuild-define=_build_id_links none"] 46 fpm: ["--rpm-rpmbuild-define=_build_id_links none"]
46 47
@@ -101,5 +102,6 @@ linux:
101 arch: [x64, arm64, armv7l] 102 arch: [x64, arm64, armv7l]
102 - target: tar.gz 103 - target: tar.gz
103 - target: rpm 104 - target: rpm
105 arch: [x64, arm64]
104 - target: freebsd 106 - target: freebsd
105 - target: snap 107 - target: snap