Skip to content

Commit

Permalink
Fix Digest Mismatch error on Enterprise Linux installations when FIPS…
Browse files Browse the repository at this point in the history
… mode enabled (#3194)
  • Loading branch information
jonathan-dove authored Nov 18, 2024
1 parent 089daad commit 21487e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@
"additionalWixArgs": ["-ext", "WixUtilExtension"]
},
"rpm": {
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none"]
"fpm": ["--rpm-rpmbuild-define", "_build_id_links none", "--rpm-digest=sha256"]
}
}

0 comments on commit 21487e2

Please sign in to comment.