diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-16 17:05:45 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-16 17:41:47 -0800 |
| commit | 00e1f1ac9f25d2ec346a09a6c6372fd93d404633 (patch) | |
| tree | aad79772e183ff66b7e0308f81ece493ad8d7c33 /GUI | |
| parent | 6dc66f8d131e7ff60f34ff0588c62b63c8d5ed31 (diff) | |
Check in python 3.11
License is included in source & distributable package.
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/package.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/package.ps1 b/GUI/package.ps1 index 639848d..4b25f3f 100644 --- a/GUI/package.ps1 +++ b/GUI/package.ps1 @@ -7,5 +7,6 @@ if (Test-Path $install_dir) { mkdir $install_dir > $null
mkdir $install_dir/Resources > $null
cp ../Images/logo.png TaSTT/Resources
+cp -Recurse ../Python TaSTT/Resources/Python
cp GUI/x64/Release/GUI.exe TaSTT/TaSTT.exe
|
