We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c4563 commit 87211f7Copy full SHA for 87211f7
freeze.py
@@ -292,8 +292,8 @@ def find_files(directory, patterns):
292
# for certain distros (like Fedora, openSUSE, Debian, etc...)
293
# Also add Glib related files (required for some distros)
294
295
- for added_lib in [ARCHLIB + "libssl.so.1.0.0",
296
- ARCHLIB + "libcrypto.so.1.0.0",
+ for added_lib in [ARCHLIB + "libssl.so",
+ ARCHLIB + "libcrypto.so",
297
ARCHLIB + "libglib-2.0.so",
298
ARCHLIB + "libgio-2.0.so",
299
ARCHLIB + "libgmodule-2.0.so",
0 commit comments