Skip to content

Commit c74659a

Browse files
committed
force packaging libbssl/libcrypto again
1 parent afb0482 commit c74659a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/package_msys.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ echo "copy dlls"
2222
#ldd texstudio.exe | awk '{print $3}'| grep ming | xargs -I{} cp -u {} .
2323
ldd texstudio.exe | awk '{print $3}'| grep ucrt64 | xargs -I{} cp -u {} .
2424
# force ssl/crypto copy
25-
#ldd texstudio.exe | awk '{print $3}'| grep libcrypto | xargs -I{} cp -u {} .
26-
#ldd texstudio.exe | awk '{print $3}'| grep libssl | xargs -I{} cp -u {} .
25+
ldd texstudio.exe | awk '{print $3}'| grep libcrypto | xargs -I{} cp -u {} .
26+
ldd texstudio.exe | awk '{print $3}'| grep libssl | xargs -I{} cp -u {} .
2727
# check copied dlls
2828
echo "check dlls"
2929
ldd texstudio.exe

0 commit comments

Comments
 (0)