Skip to content

Commit

Permalink
switch to 4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Dec 7, 2020
1 parent 369bdcd commit afb3c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DataSerialization.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/51bfff9f8bc34c3d8072b31455965276",
"SupportURL": "https://discord.gg/5hFrK2D",
"EngineVersion": "4.26.0",
"EngineVersion": "4.25.0",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
echo off

set LINUX_MULTIARCH_ROOT=C:\UnrealToolchains\v17_clang-10.0.1-centos7\
set LINUX_MULTIARCH_ROOT=C:\UnrealToolchains\v16_clang-9.0.1-centos7\
%LINUX_MULTIARCH_ROOT%x86_64-unknown-linux-gnu\bin\clang++ -v

"C:\Program Files\Epic Games\UE_4.26\Engine\Build\BatchFiles\RunUAT.bat" ^
"C:\Program Files\Epic Games\UE_4.25\Engine\Build\BatchFiles\RunUAT.bat" ^
BuildPlugin ^
-Plugin=%CD%\DataSerialization.uplugin ^
-Package=%CD%\Dist ^
Expand Down

0 comments on commit afb3c07

Please sign in to comment.