1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-31 09:44:50 +01:00

Exclude .github dir in maketarball.sh

This commit is contained in:
Jonas Kvinge 2019-11-09 17:16:18 +01:00
parent 89b06ae7c7
commit 53d308dac5

View File

@ -24,6 +24,7 @@ tar -cJf $name-$version.tar.xz \
--exclude=".directory" \
--exclude="*.spec" \
--exclude="*.nsi" \
--exclude="$root/.github" \
--exclude="$root/Dockerfile" \
--exclude="$root/.travis.yml" \
--exclude="$root/CMakeLists.txt.user" \