summaryrefslogtreecommitdiffstats
path: root/GUI/package.ps1
blob: 639848d6d85fab6aa7276da40bb1f65aa252ccec (plain)
1
2
3
4
5
6
7
8
9
10
11
$install_dir = "TaSTT"

if (Test-Path $install_dir) {
  rm -Recurse $install_dir
}

mkdir $install_dir > $null
mkdir $install_dir/Resources > $null
cp ../Images/logo.png TaSTT/Resources
cp GUI/x64/Release/GUI.exe TaSTT/TaSTT.exe