Skip to content

changed all executables from .x to enable .exe in Windows environment

Stauff, Nicolas Emile requested to merge windows_compatibility into development

per Rob's suggestion - changed '.x' to {"posix":"x", "nt":"exe"}[os.name]

Merge request reports