mirror of
https://github.com/brammie15/VoxelRenderer.git
synced 2025-12-15 09:41:48 +01:00
Added scripts for automatically packing up source code
This commit is contained in:
1
create_code_archive_for_blackboard_LINUX.sh
Normal file
1
create_code_archive_for_blackboard_LINUX.sh
Normal file
@@ -0,0 +1 @@
|
||||
zip -r source.zip gloom/src gloom/shaders
|
||||
1
create_code_archive_for_blackboard_MACOS.sh
Normal file
1
create_code_archive_for_blackboard_MACOS.sh
Normal file
@@ -0,0 +1 @@
|
||||
zip -r source.zip gloom/src gloom/shaders
|
||||
2
create_code_archive_for_blackboard_WINDOWS.bat
Executable file
2
create_code_archive_for_blackboard_WINDOWS.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
gloom/vendor/7z/7za.exe a source.zip gloom/src gloom/shaders
|
||||
pause
|
||||
BIN
gloom/vendor/7z/7za.exe
vendored
Normal file
BIN
gloom/vendor/7z/7za.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user