From 7d16a889e1d26ff8625c567f8014c5281dcc961a Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sat, 12 Nov 2022 10:49:23 +0100 Subject: [PATCH] 1.6.0 --- Installer/copy_build.cmd | 4 ++++ Installer/merge_builds.cmd | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Installer/copy_build.cmd b/Installer/copy_build.cmd index 9e31c2c6..3b5bcebe 100644 --- a/Installer/copy_build.cmd +++ b/Installer/copy_build.cmd @@ -75,6 +75,10 @@ IF NOT %archPath% == Win32 ( ) +ECHO Copying 7zip library +copy /y %~dp07-Zip\7-Zip-%archPath%\7z.dll %instPath%\ + + ECHO Copying SandMan project and libraries copy %srcPath%\MiscHelpers.dll %instPath%\ copy %srcPath%\MiscHelpers.pdb %instPath%\ diff --git a/Installer/merge_builds.cmd b/Installer/merge_builds.cmd index 24220201..feeae79d 100644 --- a/Installer/merge_builds.cmd +++ b/Installer/merge_builds.cmd @@ -2,6 +2,8 @@ call %~dp0get_openssl.cmd +call %~dp0get_7zip.cmd + REM Moved to main.yml REM call %~dp0fix_qt5_languages.cmd