FuriKani/build.sh

5 lines
96 B
Bash
Raw Normal View History

2022-03-30 15:18:32 +00:00
#!/bin/bash
echo Creating zip file...
zip FuriKani manifest.json src/* res/icon*.png
echo Done!