Update maketarball.sh.in

This commit is contained in:
Jonas Kvinge 2019-09-23 22:23:30 +02:00
parent 0e5820c038
commit e3aebf1ca2
1 changed files with 3 additions and 2 deletions

View File

@ -30,10 +30,11 @@ tar -cJf $name-$version.tar.xz \
--exclude="$root/build" \
--exclude="$root/zanata.xml" \
--exclude="$root/.zanata-cache" \
--exclude="$root/scripts/maketarball.sh" \
--exclude="$root/dist/debian/changelog" \
--exclude="$root/debian/changelog" \
--exclude="$root/dist/scripts/maketarball.sh" \
--exclude="$root/dist/pacman/PKGBUILD" \
--exclude="$root/dist/macos/create-dmg.sh" \
--exclude="$root/dist/macos/Info.plist" \
--exclude="$root/dist/windows/windres.rc" \
--exclude="$root/src/translations/translations.pot" \
"$root"