From dc8697af3090f89440624156271bf35dec3811bf Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Thu, 26 Aug 2021 16:46:01 -0500 Subject: [PATCH] Add separate folder for different demos --- demos/fatdog/build-image.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%