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:
parent
00fa9f6f93
commit
e0f229044c
@ -75,6 +75,12 @@ cp $SourcePath'/'$SteamSDK'steam_api64.dll' $DeployPath'ScreenPlay'
|
||||
cp $SourcePath'/'$SteamSDK'steam_api64.lib' $DeployPath'ScreenPlay'
|
||||
cp $SourcePath'/ScreenPlay/''steam_appid.txt' $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
|
||||
echo ''
|
||||
echo 'Deploying DLLs'
|
||||
|
Loading…
Reference in New Issue
Block a user