Make packaging script exclude itself and move to code dir

pull/6/head
Paróczai Olivér 2021-10-16 21:48:19 +00:00 zatwierdzone przez GitHub
rodzic 486b5613ad
commit 674d2618b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ VERSION=$(xmlstarlet sel -T -t -m '//info/version' -v . -n tmp/unroundedcorners/
echo "Version is ${VERSION}"
echo "Starting compression"
tar --exclude='differences.png' --exclude=".git" -czf unroundedcorners-v${VERSION}.tar.gz -C tmp unroundedcorners/
tar --exclude='code' --exclude='differences.png' --exclude=".git" -czf unroundedcorners-v${VERSION}.tar.gz -C tmp unroundedcorners/
rm -rf tmp