This commit is contained in:
DavidXanatos 2022-11-12 10:49:23 +01:00
parent 6e496381d8
commit 7d16a889e1
2 changed files with 6 additions and 0 deletions

View File

@ -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%\

View File

@ -2,6 +2,8 @@
call %~dp0get_openssl.cmd
call %~dp0get_7zip.cmd
REM Moved to main.yml
REM call %~dp0fix_qt5_languages.cmd