$ python ./scripts/cmd5.py
/Users/chillerdragon/Desktop/git/teeworlds/./scripts/cmd5.py:11: SyntaxWarning: invalid escape sequence '\/'
d = re.sub("\/\*.*?\*/".encode(), "".encode(), d) # remove /* */ comments
#define GAME_NETVERSION_HASH "e9800998ecf8427e"
after:
$ python ./scripts/cmd5.py
#define GAME_NETVERSION_HASH "e9800998ecf8427e"
$ python scripts/make_release.py master macos
cleaning target
download and extract languages
trying http://github.com/teeworlds/teeworlds-translation/archive/master.zip
couldn't download languages
The actual error is hidden by the try block in twlib.py removing that shows the following issue
```
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 1392, in https_op...