Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: multiline string cmd for prepare_apk (#23)
If running the bundletool fastlane plugin on Windows cmd, you get an error - `The syntax of the command is incorrect.`. The reason is that putting new lines in the ruby string creates new lines in the output, and this can lead to inconsistent run in some shells. When using `\` we ensure that the resulting command is a single line. Co-authored-by: Vladyslav Androshchuk <[email protected]>
- Loading branch information