mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:46:30 +00:00
consolidate CommonSecurity to Common.dll
This commit is contained in:
+8
-4
@@ -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!
|
||||
Reference in New Issue
Block a user