Skip to content

Commit 9d8ec00

Browse files
committed
add in libcurl4 as optional dependency for RPM (#315)
1 parent ae1ef5c commit 9d8ec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/package-redhat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const options: RedhatOptions = {
4747
'libX11-xcb',
4848
'alsa-lib',
4949
// dugite-native dependencies
50-
'libcurl',
50+
'(libcurl or libcurl4)',
5151
// keytar dependencies
5252
'libsecret',
5353
'gnome-keyring',

0 commit comments

Comments
 (0)