From 694756a96a6109cd79a77221dd4e40638ff55b82 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 26 Jun 2023 17:21:59 -0700 Subject: Scrub out old C++-based Whisper code No longer used. --- GUI/Libraries/fetch.ps1 | 9 --------- 1 file changed, 9 deletions(-) (limited to 'GUI/Libraries') 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 -- cgit v1.2.3