6 lines
83 B
Batchfile
6 lines
83 B
Batchfile
@echo off
|
|
|
|
echo Packaging %1 into %2...
|
|
|
|
%~dp0\NativeScriptUtil.exe -i %1 -o %2 -q
|