#!/bin/bash

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