Remove all files for the release being built

This commit is contained in:
Samuel Sloniker 2024-07-30 17:30:51 -07:00
parent 65b5ffc2e0
commit 2a7e2ebea7

View File

@ -4,7 +4,7 @@ arch=$(uname -m)
version=$(head -n 1 README.md | awk '{print $4}')
distName=navpoint-$version-linux-$arch
rm -rf dist/$distName-bundle
rm -rf dist/$distName-*
mkdir -p dist/$distName-bundle
pyinstaller --windowed --onefile \