We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a222e0 commit f67243cCopy full SHA for f67243c
pythonforandroid/toolchain.py
@@ -830,7 +830,7 @@ def apk(self, args):
830
# .../build/bootstrap_builds/sdl2-python3crystax/gradlew
831
# if docker on windows, gradle contains CRLF
832
output = shprint(
833
- sh.Command('dos2unix'), gradlew._path,
+ sh.Command('dos2unix'), gradlew._path.decode('utf8'),
834
_tail=20, _critical=True, _env=env
835
)
836
if args.build_mode == "debug":
0 commit comments