diff options
| author | Konstantin <const@const.me> | 2023-02-07 12:43:09 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-02-07 12:43:09 +0100 |
| commit | 8ae803d365e9bd844e454026d4ab812d172008bf (patch) | |
| tree | 92528cb9639802d1aa59ae962160a14de58254ad | |
| parent | 7db2a48824f8e7107aefd84131be6653621f2403 (diff) | |
Release automation
| -rw-r--r-- | Tools/copy-binaries.cmd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Tools/copy-binaries.cmd b/Tools/copy-binaries.cmd index ffbecd4..a80df06 100644 --- a/Tools/copy-binaries.cmd +++ b/Tools/copy-binaries.cmd @@ -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\
\ No newline at end of file +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\
\ No newline at end of file |
