Fix issue with rpm build conflicting with other electron applications (#2531)

This commit is contained in:
Tasos Boulis 2023-02-01 17:22:25 +02:00 committed by GitHub
parent b5320019df
commit d5838a4fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,5 +167,8 @@
},
"nsis": {
"artifactName": "${version}/${name}-setup-${version}-win.${ext}"
},
"rpm": {
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none"]
}
}