mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +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}"
|
||||
},
|
||||
"rpm": {
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none"]
|
||||
},
|
||||
"freebsd": {
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
|
||||
Reference in New Issue
Block a user