Skip to content

Commit

Permalink
Fixed SSL error on Windows when checking for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe committed Jul 15, 2016
1 parent 4913dbb commit 9c23c0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added installer/3rdparty binaries/Win/32/libeay32.dll
Binary file not shown.
Binary file added installer/3rdparty binaries/Win/32/ssleay32.dll
Binary file not shown.
1 change: 1 addition & 0 deletions installer/create_installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ call "%VS_TOOLS_DIR%VsDevCmd.bat" x86
msbuild ..\FasterThanSight.sln /t:Build /p:Configuration=Release;PlatformToolset=v120

xcopy /R /Y ..\bin\release\FasterThanSight.exe binaries\
xcopy /R /Y "3rdparty binaries"\Win\32\* binaries\

SETLOCAL
SET PATH=%QTDIR32%\bin\
Expand Down

0 comments on commit 9c23c0b

Please sign in to comment.