mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
9 lines
93 B
Batchfile
9 lines
93 B
Batchfile
|
make
|
||
|
if not %errorlevel% == 0 goto end
|
||
|
@echo off
|
||
|
cd bin
|
||
|
call convert.bat
|
||
|
cd ..
|
||
|
|
||
|
:end
|