You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- MIssed NFL path in P4VUtils installers
#rb trivial #preflight skip [CL 20248551 by Josh Adams in ue5-main branch]
This commit is contained in:
@@ -3,11 +3,11 @@ setlocal
|
||||
set LIBPATH=%LOCALAPPDATA%\Unreal Engine\P4VUtils
|
||||
|
||||
echo Copying P4VUtils files to %LIBPATH%...
|
||||
mkdir "%LIBPATH%"
|
||||
mkdir "%LIBPATH%" 2> NUL
|
||||
|
||||
copy ../../../Extras/P4VUtils/Binaries/* "%LIBPATH%"
|
||||
copy ../../../Extras/P4VUtils/P4VUtils.ini "%LIBPATH%"
|
||||
copy ../../../Restricted/NotForLicensees/* "%LIBPATH%" 2> NUL
|
||||
copy ..\..\Extras\P4VUtils\Binaries\Win64\* "%LIBPATH%"
|
||||
copy ..\..\Extras\P4VUtils\P4VUtils.ini "%LIBPATH%"
|
||||
xcopy /s /y ..\..\Restricted\NotForLicensees\Extras\P4VUtils\* "%LIBPATH%\NotForLicensees\" 2> NUL
|
||||
|
||||
echo Installing P4VUtils into p4v...
|
||||
dotnet "%LIBPATH%\P4VUtils.dll" install
|
||||
|
||||
@@ -8,9 +8,12 @@ LibPath="$HOME/Library/Unreal Engine/P4VUtils"
|
||||
echo
|
||||
echo Copying P4VUtils files to '$LibPath'...
|
||||
mkdir -p "$LibPath"
|
||||
cp ../../../Extras/P4VUtils/Binaries/Linux/* "$LibPath"
|
||||
cp ../../../Extras/P4VUtils/P4VUtils.ini "$LibPath"
|
||||
cp ../../../Restricted/NotForLicensees/* "$LibPath" 2> /dev/null
|
||||
cp -f ../../../Extras/P4VUtils/Binaries/Linux/* "$LibPath"
|
||||
cp -f ../../../Extras/P4VUtils/P4VUtils.ini "$LibPath"
|
||||
if [ -e ../../../Restricted/NotForLicensees/Extras/P4VUtils ]; then
|
||||
mkdir "$LibPath/NotForLicensees"
|
||||
cp -f ../../../Restricted/NotForLicensees/Extras/P4VUtils/* "$LibPath/NotForLicensees/"
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Installing P4VUtils into p4v...
|
||||
|
||||
@@ -8,9 +8,12 @@ LibPath="$HOME/Library/Unreal Engine/P4VUtils"
|
||||
echo
|
||||
echo Copying P4VUtils files to '$LibPath'...
|
||||
mkdir -p "$LibPath"
|
||||
cp ../../../Extras/P4VUtils/Binaries/Mac/* "$LibPath"
|
||||
cp ../../../Extras/P4VUtils/P4VUtils.ini "$LibPath"
|
||||
cp ../../../Restricted/NotForLicensees/* "$LibPath" 2> /dev/null
|
||||
cp -f ../../../Extras/P4VUtils/Binaries/Mac/* "$LibPath"
|
||||
cp -f ../../../Extras/P4VUtils/P4VUtils.ini "$LibPath"
|
||||
if [ -e ../../../Restricted/NotForLicensees/Extras/P4VUtils ]; then
|
||||
mkdir "$LibPath/NotForLicensees"
|
||||
cp -f ../../../Restricted/NotForLicensees/Extras/P4VUtils/* "$LibPath/NotForLicensees/"
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Installing P4VUtils into p4v...
|
||||
|
||||
Reference in New Issue
Block a user