diff options
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 |
