Files
seagull-game/build-pak.sh

10 lines
262 B
Bash
Raw Normal View History

#!/bin/bash
# ('app/templates', './templates'),
# ('app/rules', './rules'),
# ('static', './static'),
# ('app/rant', './rant'),
# ('opt', './opt')
zip -7rv seagull.pak static
cd app
zip -7rv ../seagull.pak templates rules rant