mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 12:17:45 +00:00
Fix tarball script stripping out build.rs
This commit is contained in:
parent
b23b72a398
commit
3c2f4e9b78
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue