Add files to exculde in maketarball

This commit is contained in:
Jonas Kvinge 2019-02-04 23:30:08 +01:00
parent 22e327d391
commit 9b827f58ad
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ tar -cJf $name-$version.tar.xz \
--exclude="*.nsi" \
--exclude="$root/CMakeLists.txt.user" \
--exclude="$root/build" \
--exclude="$root/scripts/maketarball.sh" \
--exclude="$root/dist/debian/changelog" \
--exclude="$root/dist/pacman/PKGBUILD" \
--exclude="$root/dist/macos/create-dmg.sh" \
--exclude="$root/dist/macos/Info.plist" \
--exclude="$root/dist/windows/windres.rc" \
"$root"