The no-longer-secret GUI now renders static images.
[krufty_fps.git] / update_zip.sh
blob4c76b11b5330ce88c919a525c2578df84a7cdc84
1 #!/bin/bash
3 cd pack_out/
4 zip ../pack/sample_pack_contents.zip ./*
5 cd ..
7 cd a_map/
8 zip -r ../pack/a_map.zip ./*
9 cd ..
11 # end