From 7fd8aff048bdaf697faf4d7658ee3cbb1ecbffa8 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 10 Jan 2026 18:29:36 -0800 Subject: [PATCH] fix (arduino-app-lab): add update.rhai (#9036) (#9041) (cherry picked from commit 4245502d05aa9241b584a2bfcb72ec7237ef410b) Signed-off-by: Owen-sz Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- 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"));