1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00

Fix tarball script stripping out build.rs

This commit is contained in:
Joshua Goins 2023-10-04 16:26:04 -04:00
parent b23b72a398
commit 3c2f4e9b78

View file

@ -11,4 +11,4 @@ mkdir .cargo
cp ../../scripts/config.toml .cargo/config.toml
cd ../../
tar --exclude='*build*' --exclude='.idea' --exclude='.clang-format' --exclude='astra-source.tar.gz' --exclude-vcs -zcvf ../astra-source.tar.gz .
tar --exclude='cmake-build*' --exclude='.idea' --exclude='.clang-format' --exclude='astra-source.tar.gz' --exclude-vcs -zcvf ../astra-source.tar.gz .