mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
more openssl copy stuff
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
powershell Install-WindowsFeature Net-Framework-Core
|
powershell Install-WindowsFeature Net-Framework-Core
|
||||||
cinst -y --forcex86 python3
|
cinst -y --forcex86 python3
|
||||||
cinst -y $CINST_ARGS openssl.light
|
cinst -y --forcex86 openssl.light
|
||||||
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
|
/c/Program\ Files/OpenSSL/openssl version
|
||||||
|
cp /c/Program\ Files/OpenSSL/*.dll /c/Python37/DLLs
|
||||||
export PATH=$PATH:/c/Python37/scripts
|
export PATH=$PATH:/c/Python37/scripts
|
||||||
cinst -y wixtoolset
|
cinst -y wixtoolset
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
powershell Install-WindowsFeature Net-Framework-Core
|
powershell Install-WindowsFeature Net-Framework-Core
|
||||||
cinst -y $CINST_ARGS python3
|
cinst -y python3
|
||||||
cinst -y $CINST_ARGS openssl.light
|
cinst -y openssl.light
|
||||||
ls -alRF "/c/Program Files/OpenSSL"
|
/c/Program\ Files/OpenSSL/openssl version
|
||||||
ls -alRF "/c/Python37/"
|
|
||||||
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
|
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
|
||||||
export PATH=$PATH:/c/Python37/scripts
|
export PATH=$PATH:/c/Python37/scripts
|
||||||
cinst -y wixtoolset
|
cinst -y wixtoolset
|
||||||
|
|||||||
Reference in New Issue
Block a user