Skip to content

Commit

Permalink
Build script for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSlatteryMeta authored and yolanother committed Nov 2, 2023
1 parent 3402e88 commit 076372e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/all-in-one/UE5_3/build.bat
Original file line number Diff line number Diff line change
@@ -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%
8 changes: 8 additions & 0 deletions scripts/all-in-one/UE5_3/cleanup.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 076372e

Please sign in to comment.