Remove all files for the release being built
This commit is contained in:
parent
65b5ffc2e0
commit
2a7e2ebea7
|
@ -4,7 +4,7 @@ arch=$(uname -m)
|
||||||
version=$(head -n 1 README.md | awk '{print $4}')
|
version=$(head -n 1 README.md | awk '{print $4}')
|
||||||
distName=navpoint-$version-linux-$arch
|
distName=navpoint-$version-linux-$arch
|
||||||
|
|
||||||
rm -rf dist/$distName-bundle
|
rm -rf dist/$distName-*
|
||||||
mkdir -p dist/$distName-bundle
|
mkdir -p dist/$distName-bundle
|
||||||
|
|
||||||
pyinstaller --windowed --onefile \
|
pyinstaller --windowed --onefile \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user