mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
fix for fedora buildid conflict
This commit is contained in:
@@ -5,7 +5,10 @@ const fpmOptions = [
|
||||
]
|
||||
|
||||
const rpmFpmOptions = [
|
||||
"--after-install=build/rpm-postinstall"
|
||||
"--after-install=build/rpm-postinstall",
|
||||
// Workaround for weird electron build issues conflicting with other elcetron apps on fedora
|
||||
// https://github.com/electron/forge/issues/3594
|
||||
"--rpm-rpmbuild-define=_build_id_links none"
|
||||
]
|
||||
|
||||
// FIXME: Get a new certificate with a subject line that is a valid AppX publisher
|
||||
|
||||
Reference in New Issue
Block a user