Quellcode durchsuchen

Fix hardcoded path

Signed-off-by: Steve Pham <[email protected]>
Steve Pham vor 1 Jahr
Ursprung
Commit
cbddee5dd2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Templates/DefaultProject/Template/export.bat

+ 1 - 1
Templates/DefaultProject/Template/export.bat

@@ -34,7 +34,7 @@ REM
 REM Note: The location of the engine (O3DE_PATH) is hardcoded to the location of the engine that was used to generate 
 REM       this project. The engine path must reflect the path to the engine on the local machine.
 
-set O3DE_PATH=D:/github/o3de
+set O3DE_PATH=${EnginePath}
 set O3DE_PROJECT_PATH=%~dp0
 
 IF "%1" == "-h" (