5 lines
94 B
Batchfile
5 lines
94 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
echo Creating zip file...
|
||
|
zip FuriKani manifest.json src/* res/icon*.png
|
||
|
echo Done!
|