Skip to content

Commit 0c56368

Browse files
author
arch
committed
improve linux build script
1 parent 913c7bc commit 0c56368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rm -rf build
44
rm -rf dist/funscript-editor
5-
rm -f dist/funscript-editor.tar.gz
5+
rm -f dist/funscript-editor*.tar.gz
66
rm -f funscript-editor.spec
77
make docs
88

@@ -19,7 +19,7 @@ fi
1919
echo "done"
2020

2121
echo -n "Get Version ... "
22-
tag="$(git tag | sort | tail -n 1)"
22+
tag="$(git tag | sed 's/* //g' | sort | tail -n 1)"
2323
echo "$tag"
2424

2525
echo "Add Version to buld files"

0 commit comments

Comments
 (0)