mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
fix(rpm): [PM-527] Remove build id links on rpm build
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user