diff --git a/demos/fatdog/build-image.bat b/demos/fatdog/build-image.bat index dd05bf8..77b6153 100644 --- a/demos/fatdog/build-image.bat +++ b/demos/fatdog/build-image.bat @@ -6,7 +6,7 @@ REM Pass the path of the Cadius tool as the first argument (%1) set CADIUS="%1" set IMAGE="..\\..\\emu\\Target.2mg" -set FOLDER="/GTEDEV/Build" +set FOLDER="/GTEDEV/Fatdog" REM Cadius does not overwrite files, so clear the root folder first %CADIUS% DELETEFOLDER %IMAGE% %FOLDER%