I created the new branch that will use PyOSG.
[krufty_fps.git] / pygame_gui / update_zip.sh
blobb543518c7784478c54e2a02113a663b49f833277
1 #!/bin/bash
3 # this updates the theme file
5 cd theme_one ; zip ../theme_one.zip ./* ; cd ..
6 cd theme_two ; zip ../theme_two.zip ./* ; cd ..
8 # end