mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix build_zip.bat.template for SMath Studio
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -7,7 +7,9 @@ rmdir %VERSION% /s /q
|
||||
REM Add directory if needed
|
||||
mkdir %VERSION%
|
||||
|
||||
xcopy bin\Release %VERSION%\
|
||||
xcopy bin\Release\CoolProp.x64.dll %VERSION%
|
||||
xcopy bin\Release\CoolProp.x86.dll %VERSION%
|
||||
xcopy bin\Release\coolprop_wrapper.dll %VERSION%\
|
||||
|
||||
7z a coolprop_wrapper.7z %VERSION% ..\config.ini install.bat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user