Closed taaaf11 closed 10 months ago
I think we should use bash shell to execute copyCustomDist task because, pushd and popd commands are available in bash not in sh in https://github.com/flet-dev/serious-python/blob/.../build.gradle#L79
bash
copyCustomDist
pushd
popd
sh
Should I make a pull request about this?
Related issue: flet-dev/flet#2516 .
I think we need to get rid of pushd and popd at call because we cannot guarantee user machine has bash as well, right?
Related as well: https://github.com/flet-dev/flet/discussions/2529
I think we should use
bash
shell to executecopyCustomDist
task because,pushd
andpopd
commands are available inbash
not insh
in https://github.com/flet-dev/serious-python/blob/.../build.gradle#L79Should I make a pull request about this?
Related issue: flet-dev/flet#2516 .