From c0cebcf06dd1a814556f7b18eb85e60ad5c355d9 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 30 Apr 2023 14:52:02 -0500 Subject: [PATCH] fix(exe): include launch scripts and readme in bundle build --- exe/build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exe/build.bat b/exe/build.bat index dd18969b..4ff19fbb 100644 --- a/exe/build.bat +++ b/exe/build.bat @@ -13,6 +13,8 @@ xcopy ..\models .\dist\models /s /e /f /i /y xcopy ..\outputs .\dist\outputs /s /e /f /i /y REM copy loose files +copy ".\onnx-web-*" .\dist\ \y +copy .\README.txt .\dist\README.txt copy ..\api\logging.yaml .\dist\logging.yaml /y copy ..\api\params.json .\dist\params.json /y