10 lines
No EOL
259 B
Batchfile
Executable file
10 lines
No EOL
259 B
Batchfile
Executable file
@if "%~1"=="" goto skip
|
|
|
|
@setlocal enableextensions
|
|
@pushd %~dp0
|
|
@echo "%~1\*.*" "..\..\..\FSD\*.*" > autogen.txt
|
|
".\UnrealPak\Engine\Binaries\Win64\UnrealPak.exe" "%~1.pak" -platform="Windows" -create="%CD%\autogen.txt" -compress
|
|
@popd
|
|
@pause
|
|
|
|
:skip |