We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a118c5 + 081e436 commit 9ce8c14Copy full SHA for 9ce8c14
1 file changed
setup.py
@@ -58,12 +58,12 @@ def get_ec_name_by_system():
58
59
# The core, from `2.7.0`, introduces the extension in the tarball name
60
# (e.g. `ec-windows-386.exe.tar.gz`, `ec-windows-arm.exe.tar.gz`)
61
- _ext = '.exe' if _system == 'Windows' else ''
+ # In `3.1.0` the windows extension was then again dropped from the
62
+ # archive name.
63
- return 'ec-{}-{}{}'.format(
64
+ return 'ec-{}-{}'.format(
65
_system.lower(),
66
_architecture,
- _ext,
67
)
68
69
return 'https://github.com/editorconfig-checker/editorconfig-checker/releases/download/{}/{}.tar.gz'.format(
0 commit comments