From 4245502d05aa9241b584a2bfcb72ec7237ef410b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:27:20 -0600 Subject: [PATCH] fix (arduino-app-lab): add update.rhai (#9036) Signed-off-by: Owen-sz --- anda/tools/arduino-app-lab-bin/update.rhai | 1 + 1 file changed, 1 insertion(+) create mode 100644 anda/tools/arduino-app-lab-bin/update.rhai diff --git a/anda/tools/arduino-app-lab-bin/update.rhai b/anda/tools/arduino-app-lab-bin/update.rhai new file mode 100644 index 0000000000..1eaf8a7c54 --- /dev/null +++ b/anda/tools/arduino-app-lab-bin/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("arduino/arduino-app-lab"));