1
0
Fork 0

fix(exe): include launch scripts and readme in bundle build

This commit is contained in:
Sean Sube 2023-04-30 14:52:02 -05:00
parent 6e1121820f
commit c0cebcf06d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -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