1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

fix(rpm): [PM-527] Remove build id links on rpm build

This commit is contained in:
Todd Martin
2025-07-22 14:04:23 -04:00
committed by GitHub
parent 8aeeb92958
commit 78353a9882

View File

@@ -240,7 +240,8 @@
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-${version}-${arch}.${ext}"
}, },
"rpm": { "rpm": {
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-${version}-${arch}.${ext}",
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none"]
}, },
"freebsd": { "freebsd": {
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-${version}-${arch}.${ext}"