more openssl copy stuff

This commit is contained in:
Jay Lee
2019-04-23 11:38:34 -04:00
parent 04504cdb2e
commit 22c7609e0d
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
powershell Install-WindowsFeature Net-Framework-Core
cinst -y --forcex86 python3
cinst -y $CINST_ARGS openssl.light
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
cinst -y --forcex86 openssl.light
/c/Program\ Files/OpenSSL/openssl version
cp /c/Program\ Files/OpenSSL/*.dll /c/Python37/DLLs
export PATH=$PATH:/c/Python37/scripts
cinst -y wixtoolset
pip install --upgrade pip

View File

@@ -1,8 +1,7 @@
powershell Install-WindowsFeature Net-Framework-Core
cinst -y $CINST_ARGS python3
cinst -y $CINST_ARGS openssl.light
ls -alRF "/c/Program Files/OpenSSL"
ls -alRF "/c/Python37/"
cinst -y python3
cinst -y openssl.light
/c/Program\ Files/OpenSSL/openssl version
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
export PATH=$PATH:/c/Python37/scripts
cinst -y wixtoolset