From 58426043fc5c265e85353be183a49b151f987961 Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Sun, 24 Jul 2022 21:20:33 -0500 Subject: [PATCH] Fix path to tool when building at the top-level --- build-image.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image.bat b/build-image.bat index 343d3fb..6ea7329 100644 --- a/build-image.bat +++ b/build-image.bat @@ -13,6 +13,6 @@ REM Cadius does not overwrite files, so clear the root folder first %CADIUS% CREATEFOLDER %IMAGE% %FOLDER% REM Now copy files and folders as needed -%CADIUS% ADDFILE %IMAGE% %FOLDER% .\src\GTETool +%CADIUS% ADDFILE %IMAGE% %FOLDER% .\src\Tool160 REM Copy in the image assets