1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add missing OpenSSL dlls

This commit is contained in:
kelteseth 2018-03-02 16:45:27 +01:00
parent 00fa9f6f93
commit e0f229044c

View File

@ -75,6 +75,12 @@ cp $SourcePath'/'$SteamSDK'steam_api64.dll' $DeployPath'ScreenPlay'
cp $SourcePath'/'$SteamSDK'steam_api64.lib' $DeployPath'ScreenPlay' cp $SourcePath'/'$SteamSDK'steam_api64.lib' $DeployPath'ScreenPlay'
cp $SourcePath'/ScreenPlay/''steam_appid.txt' $DeployPath'ScreenPlay' cp $SourcePath'/ScreenPlay/''steam_appid.txt' $DeployPath'ScreenPlay'
cp -R $SourcePath'/ScreenPlay/legal/' $DeployPath'ScreenPlay/' cp -R $SourcePath'/ScreenPlay/legal/' $DeployPath'ScreenPlay/'
echo 'Copying OpenSSL'
cp $Msys2Path'/libeay32.dll' $DeployPath'ScreenPlay'
cp $Msys2Path'/ssleay32.dll' $DeployPath'ScreenPlay'
read customMsys2Pathss read customMsys2Pathss
echo '' echo ''
echo 'Deploying DLLs' echo 'Deploying DLLs'