We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb0482 commit c74659aCopy full SHA for c74659a
.github/scripts/package_msys.sh
@@ -22,8 +22,8 @@ echo "copy dlls"
22
#ldd texstudio.exe | awk '{print $3}'| grep ming | xargs -I{} cp -u {} .
23
ldd texstudio.exe | awk '{print $3}'| grep ucrt64 | xargs -I{} cp -u {} .
24
# 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 {} .
+ldd texstudio.exe | awk '{print $3}'| grep libcrypto | xargs -I{} cp -u {} .
+ldd texstudio.exe | awk '{print $3}'| grep libssl | xargs -I{} cp -u {} .
27
# check copied dlls
28
echo "check dlls"
29
ldd texstudio.exe
0 commit comments