Skip to content

Commit

Permalink
Escape backslashes in local.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jul 20, 2023
1 parent 0fd9b9e commit 457dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-local-properties/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
run: |
for version in 8 11 17; do
java_home_var=JAVA_HOME_${version}_X64
echo chaquopy.java.home.$version=${!java_home_var}
echo chaquopy.java.home.$version=${!java_home_var} | sed 's|\\|\\\\|g'
done > product/local.properties

0 comments on commit 457dbb0

Please sign in to comment.