FuriKani/build.bat
2022-03-30 17:18:32 +02:00

5 lines
94 B
Batchfile

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