diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-18 20:36:42 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-18 20:36:42 -0800 |
| commit | 0111a26a5526fe5f01c0dc3b4d4391af4234c2a7 (patch) | |
| tree | 17469d9db468bfd9c6082c247cdc95f560db51e5 /GUI/package.ps1 | |
| parent | 42e22cc25ffa66d936ca53171dc745b5fa799906 (diff) | |
Now it's possible to build the app from Powershell
No more WSL dependencies!
Diffstat (limited to 'GUI/package.ps1')
| -rw-r--r-- | GUI/package.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI/package.ps1 b/GUI/package.ps1 index 36049b2..703518a 100644 --- a/GUI/package.ps1 +++ b/GUI/package.ps1 @@ -12,5 +12,5 @@ cp -Recurse ../Scripts TaSTT/Resources/Scripts cp -Recurse ../Sounds TaSTT/Resources/Sounds
cp GUI/x64/Release/GUI.exe TaSTT/TaSTT.exe
-#Compress-Archive -Path "$install_dir" -DestinationPath "$install_dir.zip" -Force
+Compress-Archive -Path "$install_dir" -DestinationPath "$install_dir.zip" -Force
|
