From fd5835e3c8dea590506df57236bab24eab8edcd9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Mon, 21 Dec 2020 18:16:04 +0100 Subject: [PATCH 1/2] Fix wrong engine path with RegisterEng. as Admin. --- RegisterEngineLocation.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RegisterEngineLocation.bat b/RegisterEngineLocation.bat index 56ccc496c..7b6f8dae5 100644 --- a/RegisterEngineLocation.bat +++ b/RegisterEngineLocation.bat @@ -3,7 +3,7 @@ rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. setlocal -pushd +pushd %~dp0 echo Registering Flax Engine project files... rem Check the current versions config From 596943c9134c8b343a91a681180d6b800c772266 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Mon, 21 Dec 2020 18:26:59 +0100 Subject: [PATCH 2/2] Typo. --- RegisterEngineLocation.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RegisterEngineLocation.bat b/RegisterEngineLocation.bat index 7b6f8dae5..bb1a915a3 100644 --- a/RegisterEngineLocation.bat +++ b/RegisterEngineLocation.bat @@ -20,7 +20,7 @@ goto Done rem Register the location (append to the end) :notfound -echo Location '%EngineLocation%' is not registered. Adding it to the lsit of engine versions. +echo Location '%EngineLocation%' is not registered. Adding it to the list of engine versions. echo %EngineLocation%>>"%appdata%\Flax\Versions.txt" goto Done