6 lines
61 B
Batchfile
6 lines
61 B
Batchfile
|
@echo off
|
||
|
|
||
|
call package.bat SKIP_DEPLOY
|
||
|
|
||
|
pkg\eco2d.exe -v %*
|