consolidate CommonSecurity to Common.dll

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-13 23:06:48 +03:00
parent 904bc688ca
commit 8aa2f563a4
58 changed files with 362 additions and 151 deletions
+8 -4
View File
@@ -1,6 +1,7 @@
rem
@echo off
pushd %~dp0..
setlocal enabledelayedexpansion
@echo off
set CURRENT_DIR=%cd%
cd /d %~dp0..
call build\init
@@ -17,4 +18,7 @@ call build\download_models
echo building installer...
iscc build\installer.iterative.iss
popd
call build\upload.cmd "suite"
cd /d %CURRENT_DIR%
echo Done!