You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Update bundled dotnet to 6.0.302
#rb Ryan.Hummer #rnx #jira UE-159980 #preflight 62f152ba0264595302c59855 [CL 21273202 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
@@ -31,7 +31,7 @@ fi
|
||||
if [ $IS_DOTNET_INSTALLED -eq 0 ]; then
|
||||
echo Setting up bundled DotNet SDK
|
||||
CUR_DIR=`pwd`
|
||||
export UE_DOTNET_DIR="$CUR_DIR/../../../Binaries/ThirdParty/DotNet/6.0.200/linux"
|
||||
export UE_DOTNET_DIR="$CUR_DIR/../../../Binaries/ThirdParty/DotNet/6.0.302/linux"
|
||||
chmod u+x "$UE_DOTNET_DIR/dotnet"
|
||||
export PATH="$UE_DOTNET_DIR:$PATH"
|
||||
export DOTNET_ROOT="$UE_DOTNET_DIR"
|
||||
|
||||
Reference in New Issue
Block a user