diff options
| author | yum <yum.food.vr@gmail.com> | 2023-06-26 17:21:59 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-06-26 17:21:59 -0700 |
| commit | 694756a96a6109cd79a77221dd4e40638ff55b82 (patch) | |
| tree | b0602a3e794ca3a773c11ca4ea00a0f0254ddcb8 /GUI/Libraries | |
| parent | 011cfdd4bab866a64b06406ceaa7563294af9225 (diff) | |
Scrub out old C++-based Whisper code
No longer used.
Diffstat (limited to 'GUI/Libraries')
| -rw-r--r-- | GUI/Libraries/fetch.ps1 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/GUI/Libraries/fetch.ps1 b/GUI/Libraries/fetch.ps1 index d71ce44..f558d3f 100644 --- a/GUI/Libraries/fetch.ps1 +++ b/GUI/Libraries/fetch.ps1 @@ -27,14 +27,5 @@ if (-Not (Test-Path wx)) { popd > $null } - -if (Test-Path ../GUI/GUI/whisper/) { - rm -Recurse ../GUI/GUI/whisper/ -} - -mkdir ../GUI/GUI/whisper/ -cp ../../TaSTT-Whisper/Whisper/API/*.h ../GUI/GUI/whisper/ -cp ../../TaSTT-Whisper/x64/Release/Whisper.lib ../GUI/GUI/whisper/ - popd > $null # $PSScriptRoot |
