Skip to content

Commit 6739acc

Browse files
committed
Do not package build-id metadata for RPM target
fixes jgraph#259
1 parent 89a66eb commit 6739acc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

electron-builder-linux-mac.json

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
"arm64"
5959
]
6060
}
61+
],
62+
},
63+
"rpm": {
64+
"fpm": [
65+
"--rpm-rpmbuild-define=_build_id_links none"
6166
]
6267
},
6368
"fileAssociations": [

0 commit comments

Comments
 (0)