Skip to content

Commit

Permalink
RPM file compatibility with FIPS enabled RHEL (#drawio-desktop-1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed May 7, 2024
1 parent 2cd857a commit 2b776a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions electron-builder-linux-mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@
"arm64"
]
}
],
]
},
"rpm": {
"fpm": [
"--rpm-rpmbuild-define=_build_id_links none"
"--rpm-rpmbuild-define=_build_id_links none",
"--rpm-digest=sha256"
]
},
"fileAssociations": [
Expand Down

1 comment on commit 2b776a6

@davidjgraph
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed.

Please sign in to comment.