From 94688ab3c768af25e9783b3f36870a98e5c3b26c Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Fri, 30 Jun 2023 22:32:43 -0500 Subject: [PATCH] feat(exe): add file with API version and commit to bundle --- exe/build.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exe/build.bat b/exe/build.bat index 04a15e88..ee13b07d 100644 --- a/exe/build.bat +++ b/exe/build.bat @@ -28,5 +28,8 @@ git rev-parse HEAD > commit.txt set /p GIT_SHA= .\dist\version.txt + REM create archive "C:\Program Files\7-Zip\7z.exe" a .\dist\onnx-web-v%BUNDLE_VERSION%-%BUNDLE_TYPE%-%GIT_HEAD%.zip ".\dist\*"