From bc2bfc007c6aff9bdbcc96e19e495bd706674182 Mon Sep 17 00:00:00 2001 From: iris <2+iris@noreply.localhost> Date: Tue, 25 Aug 2026 22:34:04 -0400 Subject: [PATCH] Write the build command as a line Both forms parse to the same argv; the line is what this one reads best as. See dev-updater's commit for the boundary conversion. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01QQz6R4kBQcWSHBNZMgBnjL --- app/.dev-updater.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.dev-updater.ron b/app/.dev-updater.ron index 9dd8417..654b9b4 100644 --- a/app/.dev-updater.ron +++ b/app/.dev-updater.ron @@ -8,5 +8,5 @@ package: "com.example.aiapp", label: "AI Sessions", prepare: ( - command: ["./build-apk.sh"], + command: "./build-apk.sh", ),