5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
|
|
echo Creating zip file...
|
|
zip FuriKani manifest.json src/* res/icon*.png
|
|
echo Done! |