From 00e1f1ac9f25d2ec346a09a6c6372fd93d404633 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 16 Dec 2022 17:05:45 -0800 Subject: Check in python 3.11 License is included in source & distributable package. --- GUI/package.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI') 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 -- cgit v1.2.3