gnadudu
Well-Known Member
- Aug 31, 2018
- 1,995
- 2,958
- 437
The game has a folder "py3-windows-x86_64".There is python.exe . In theory, this folder should have been used.
The 1st check runs and if it's true, the pythondir variable gets set to
lib\py3-linux-x86_64, then the second check runs and overwrites pythondir with lib\windows-x86_64, because it's also true...I added
echo There's is no python.exe in %pythondir% to the if not exist "%pythondir%python.exe" block and I did get this output: