Add scripts to create the code archive for delivery

This commit is contained in:
2021-08-17 15:18:36 +02:00
parent 5b239d5dc0
commit beee955d46
7 changed files with 15 additions and 15 deletions

3
create_code_archive_for_blackboard_LINUX.sh Normal file → Executable file
View File

@@ -1 +1,2 @@
zip -r source.zip gloom/src gloom/shaders
#!/bin/sh
zip -r source.zip src shaders Cargo.lock Cargo.toml