summaryrefslogtreecommitdiffstats
path: root/GUI/package.ps1
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-12-17 17:51:12 -0800
committeryum <yum.food.vr@gmail.com>2022-12-17 17:51:12 -0800
commitee8213d1d2c2008d2d996929500c9e87dac325a3 (patch)
treef5fb3da0fea10a30229c3642c4312fd457ac293a /GUI/package.ps1
parent4d836989720523cd0363927e3e066f56b9dc445c (diff)
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
Diffstat (limited to 'GUI/package.ps1')
-rw-r--r--GUI/package.ps11
1 files changed, 1 insertions, 0 deletions
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