FuriKani/build.bat

5 lines
94 B
Batchfile
Raw Normal View History

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