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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QQz6R4kBQcWSHBNZMgBnjL
This commit is contained in:
irisandClaude Opus 5 committed 2026-08-25 22:34:04 -04:00
1 parent 4d243c7b55
commit bc2bfc007c
1 file changed
+1 -1
+1 -1
View File
@@ -8,5 +8,5 @@ package: "com.example.aiapp",
label: "AI Sessions", label: "AI Sessions",
prepare: ( prepare: (
command: ["./build-apk.sh"], command: "./build-apk.sh",
), ),