1
0
Fork 0

make_release: Don't include the make_release script itself

This commit is contained in:
Tobias Leupold 2018-07-22 16:02:42 +02:00
parent e96fa10725
commit 10a0b253bc
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ cd gpx2svg-$version
# Update the project version
sed -i -e "s/@VERSION@/$version/" gpx2svg
# Remove the "make_release" script
rm make_release
# Create the release tarball
cd ..
tar -cJf gpx2svg-$version.tar.xz gpx2svg-$version