1.6.0
This commit is contained in:
parent
6e496381d8
commit
7d16a889e1
|
@ -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%\
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
call %~dp0get_openssl.cmd
|
||||
|
||||
call %~dp0get_7zip.cmd
|
||||
|
||||
REM Moved to main.yml
|
||||
REM call %~dp0fix_qt5_languages.cmd
|
||||
|
||||
|
|
Loading…
Reference in New Issue