FuriKani/build.sh

5 lines
96 B
Bash
Executable file

#!/bin/bash
echo Creating zip file...
zip FuriKani manifest.json src/* res/icon*.png
echo Done!