Files
OpenGL_Intro/create_code_archive_for_blackboard_WINDOWS.bat
Peder Bergebakken Sundt 9aea87f7e9 Fix the delivery scripts
It adds in the other resources, but ignores the ones handed out
2021-10-14 16:24:19 +02:00

15 lines
258 B
Batchfile

if exist source.zip (
del source.zip
)
vendor/7za.exe -tzip a source.zip ^
Cargo.lock ^
Cargo.toml ^
src ^
shaders ^
resources/* ^
-x!resources/helicopter.obj ^
-x!resources/lunarsurface.obj ^
-x!resources/.gitkeep
pause