Skip to content

Commit

Permalink
fixed SSL library packaging on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jul 12, 2017
1 parent 5b69c91 commit 5e365f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions windows/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ if ($mingw)
cd $root_path
echo "Preparing the package structure"
mkdir release | Out-Null
mkdir release\deps | Out-Null
mkdir release\platforms | Out-Null
mkdir release\extensions | Out-Null
cp .\build\Release\*.dll release
cp .\build\Release\extensions\*.dll release
cp .\build\Release\extensions\*.dll release\extensions
cp .\build\Release\*.lib release
cp .\build\Release\huggle.exe release
if ($python)
Expand All @@ -194,8 +194,8 @@ if ($python)
# get the qt
cp ..\huggle\Resources\huggle.ico huggle.ico
cp ..\huggle\Resources\huggle.ico release
cp $openssl_path\bin\ssleay32.dll release\deps
cp $openssl_path\bin\libeay32.dll release\deps
cp $openssl_path\bin\ssleay32.dll release
cp $openssl_path\bin\libeay32.dll release

# Set the environment variable needed by windeployqt, todo: check if it's already set
$env:VCINSTALLDIR = $vcinstall_path
Expand Down

0 comments on commit 5e365f5

Please sign in to comment.