From b476da66679f49b13acf8e133b58357e8ad1a30b Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Wed, 28 Aug 2024 08:45:07 +0100 Subject: [PATCH] Revert compile_sim.cmd Signed-off-by: Joseph Abbey --- compile_sim.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_sim.cmd b/compile_sim.cmd index 5708341..1005efb 100644 --- a/compile_sim.cmd +++ b/compile_sim.cmd @@ -21,7 +21,7 @@ rem rem ----------------------------------------------------------------------------------- rem Check this path is correct for your Java installation -set JAVA_PATH=C:\Program Files\Java\jdk-21\bin\ +set JAVA_PATH=C:\Program Files\Java\jdk-22\bin rem SDK_PATH should work for all users set /p SDK_PATH=<"%USERPROFILE%\AppData\Roaming\Garmin\ConnectIQ\current-sdk.cfg" set SDK_PATH=%SDK_PATH:~0,-1%\bin @@ -100,7 +100,7 @@ rem Compile PRG for a single device for side loading -jar %SDK_PATH%\monkeybrains.jar ^ --output %SRC%\bin\HomeAssistant.prg ^ --jungles %SRC%\%JUNGLE% ^ - --private-key "C:\Users\josep\AppData\Roaming\Garmin\ConnectIQ\Key\developer_key" ^ + --private-key %SRC%\..\developer_key ^ --device %DEVICE%_sim ^ --warn ^ --release