diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..6526d8d --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +@echo off + +echo Creating zip file... +zip FuriKani manifest.json src/* res/icon*.png +echo Done! \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..aa6cae0 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo Creating zip file... +zip FuriKani manifest.json src/* res/icon*.png +echo Done! \ No newline at end of file