aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-10-18 17:18:30 +0100
committerLibravatar GitHub <noreply@github.com>2023-10-18 17:18:30 +0100
commitfcdbbb134265a6fed80165e8fb7f20b6c5b35b0d (patch)
tree92a8818780679051afb32fee3b3117dc5bc2b317 /electron-builder.yml
parentfeat(i18n): new Crowdin updates (#1397) (diff)
downloadferdium-app-fcdbbb134265a6fed80165e8fb7f20b6c5b35b0d.tar.gz
ferdium-app-fcdbbb134265a6fed80165e8fb7f20b6c5b35b0d.tar.zst
ferdium-app-fcdbbb134265a6fed80165e8fb7f20b6c5b35b0d.zip
Build rpm arm64 (fix #1351) (#1404)
* Build rpm rm64 (fix #1351) * fix: artifactName for each arch
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