Skip to content

Commit

Permalink
fix(exe): include launch scripts and readme in bundle build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 30, 2023
1 parent 6e11218 commit c0cebcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exe/build.bat
Expand Up @@ -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

Expand Down

0 comments on commit c0cebcf

Please sign in to comment.