I successfully loaded the hello world plugin as you said and functioned properly, thank you very much. Now I'm working on the production installation version, here are some problems. The python script mentions signcode, but according to the search found that it seems to be replaced by signtool?I downloaded a signcode from the web and assumed it was normal. I'm from https://github.com/geany/geany-themes downloaded the geany theme, and the following result is prompted in cmd ``` D:\DevelopTools\msys64\home\hp\geany>python ..\geany-release.py Execute command: git pull fatal: not a git repository (or any of the parent directories): .git Traceback (most recent call last): File "D:\DevelopTools\msys64\home\hp\geany-release.py", line 121, in <module> make_release() File "D:\DevelopTools\msys64\home\hp\geany-release.py", line 92, in make_release update_geany_themes() File "D:\DevelopTools\msys64\home\hp\geany-release.py", line 42, in update_geany_themes run_command('git', 'pull', cwd=GEANY_THEMES_REPO_PATH) File "D:\DevelopTools\msys64\home\hp\geany-release.py", line 37, in run_command check_call(cmd, **kwargs) File "D:\DevelopTools\msys64\mingw64\lib\python3.10\subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '('git', 'pull')' returned non-zero exit status 128. ```