Skip to content

Commit 2812e2e

Browse files
committed
Update release batch file
1 parent c9dfe97 commit 2812e2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mkrelease.bat

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ freshclam.exe --quiet
4343
pushd "%ReleaseArch%"
4444
echo ## Binary release v%ReleaseVersion% > %ReleaseName%.txt
4545
echo. >> %ReleaseName%.txt
46-
echo. >> %ReleaseName%.txt
4746
echo ```no-highlight >> %ReleaseName%.txt
47+
if "x%CMSC_VERSION%" == "x" goto ClamScan
48+
echo Compiled using: nmake _STATIC_MSVCRT=1 >> %ReleaseName%.txt
49+
echo Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64 >> %ReleaseName%.txt
50+
:ClamScan
51+
echo. >> %ReleaseName%.txt
4852
clamscan.exe --version >> %ReleaseName%.txt
4953
clamscan.exe --bytecode=no %ProjectName%.exe >> %ReleaseName%.txt
5054
echo ``` >> %ReleaseName%.txt

0 commit comments

Comments
 (0)