diff --git a/scripts/all-in-one/UE5_3/build.bat b/scripts/all-in-one/UE5_3/build.bat new file mode 100644 index 0000000..35c63ff --- /dev/null +++ b/scripts/all-in-one/UE5_3/build.bat @@ -0,0 +1,11 @@ +:: Copyright (c) Meta Platforms, Inc. and affiliates. +:: +:: This source code is licensed under the license found in the +:: LICENSE file in the root directory of this source tree. + +echo off + +SET witBranch=%1 +SET vsdkBranch=%2 + +../utils/all_in_one_packaging.bat 5.3 %witBranch% %vsdkBranch% diff --git a/scripts/all-in-one/UE5_3/cleanup.bat b/scripts/all-in-one/UE5_3/cleanup.bat new file mode 100644 index 0000000..ae560ee --- /dev/null +++ b/scripts/all-in-one/UE5_3/cleanup.bat @@ -0,0 +1,8 @@ +:: Copyright (c) Meta Platforms, Inc. and affiliates. +:: +:: This source code is licensed under the license found in the +:: LICENSE file in the root directory of this source tree. + +echo off + +../utils/cleanup.bat