From 0111a26a5526fe5f01c0dc3b4d4391af4234c2a7 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 18 Dec 2022 20:36:42 -0800 Subject: Now it's possible to build the app from Powershell No more WSL dependencies! --- GUI/package.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GUI/package.ps1') 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 -- cgit v1.2.3