1
0
mirror of https://github.com/lensapp/lens.git synced 2024-11-09 12:20:46 +03:00

Don't emit build_id metadata on RPM builds (#4464)

This commit is contained in:
Sebastian Malton 2021-12-02 09:37:13 -05:00 committed by GitHub
parent f78d9c5fc2
commit 1636be71d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,11 @@
}
]
},
"rpm": {
"fpm": [
"--rpm-rpmbuild-define=%define _build_id_links none"
]
},
"mac": {
"hardenedRuntime": true,
"gatekeeperAssess": false,