remove OpenSSL changes

This commit is contained in:
Syping 2019-04-22 20:39:18 +02:00
parent b73719ed4e
commit eee9100d8b
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
#!/bin/bash
# Prepare OpenSSL
rm -rf /opt/windev/openssl-latest_qt64s/lib/libcrypto.dll.a && \
rm -rf /opt/windev/openssl-latest_qt64s/lib/libssl.dll.a && \
cp -Rf /opt/windev/openssl-latest_qt64s/lib/libcrypto.a /opt/windev/openssl-latest_qt64s/lib/libcrypto.dll.a && \
cp -Rf /opt/windev/openssl-latest_qt64s/lib/libssl.a /opt/windev/openssl-latest_qt64s/lib/libssl.dll.a && \
# Prepare environment variable
export GTA5VIEW_EXECUTABLE=gta5view-${EXECUTABLE_VERSION}${EXECUTABLE_ARCH}.exe && \