From ee8213d1d2c2008d2d996929500c9e87dac325a3 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 17 Dec 2022 17:51:12 -0800 Subject: Finish python virtual env GUI can now download all TaSTT dependencies and install them into a virtual environment. * Add buttons to check embedded python version & install dependencies * Add class to wrap interacting with embedded Python * Put all TaSTT python scripts into a folder --- GUI/package.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI/package.ps1') diff --git a/GUI/package.ps1 b/GUI/package.ps1 index 4b25f3f..0c2cec0 100644 --- a/GUI/package.ps1 +++ b/GUI/package.ps1 @@ -8,5 +8,6 @@ mkdir $install_dir > $null mkdir $install_dir/Resources > $null cp ../Images/logo.png TaSTT/Resources cp -Recurse ../Python TaSTT/Resources/Python +cp -Recurse ../Scripts TaSTT/Resources/Scripts cp GUI/x64/Release/GUI.exe TaSTT/TaSTT.exe -- cgit v1.2.3