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:
parent
89b06ae7c7
commit
53d308dac5
1
dist/scripts/maketarball.sh.in
vendored
1
dist/scripts/maketarball.sh.in
vendored
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user