diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-20 14:20:17 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-20 14:20:17 -0800 |
| commit | a048e2c1b1940805c0dcb29bc162f804ca463214 (patch) | |
| tree | 3c8d35007fcc4e3470650b80db72a3ce3c04fa28 /GUI/package.ps1 | |
| parent | 8d225cfd66dfb60998b4eab43d8aa3b287375695 (diff) | |
GUI can now generate animator
Still need to generate params & merge menus. Getting close....
Diffstat (limited to 'GUI/package.ps1')
| -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 703518a..fc51b41 100644 --- a/GUI/package.ps1 +++ b/GUI/package.ps1 @@ -6,6 +6,7 @@ if (Test-Path $install_dir) { mkdir $install_dir > $null
mkdir $install_dir/Resources > $null
+cp -Recurse ../Animations TaSTT/Resources/Animations
cp -Recurse ../Images TaSTT/Resources/Images
cp -Recurse ../Python TaSTT/Resources/Python
cp -Recurse ../Scripts TaSTT/Resources/Scripts
|
