Skip to content

Commit

Permalink
Release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Const-me committed Feb 7, 2023
1 parent 7db2a48 commit 8ae803d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tools/copy-binaries.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ mkdir ..\..\Release\Next\Library\Linker
copy ..\x64\Release\Whisper.lib ..\..\Release\Next\Library\Linker\

rem debug symbols
copy ..\x64\Release\Whisper.pdb ..\..\Release\Next\
copy ..\x64\Release\Whisper.pdb ..\..\Release\Next\

rem C++ CLI example
mkdir ..\..\Release\Next\cli
copy ..\x64\Release\Whisper.dll ..\..\Release\Next\cli\
copy ..\x64\Release\main.exe ..\..\Release\Next\cli\

0 comments on commit 8ae803d

Please sign in to comment.