1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00: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
parent 149e399c1b
commit 91deadd3c6

View File

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