Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download and manage gdtoolkit when it is not found #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

duruyao
Copy link

@duruyao duruyao commented Aug 5, 2024

fix #2

  • Prioritize the pre-installed gdtoolkit.
  • Download gdtoolkit to the subdirectory of the current plugin via pip3 when it is not found globally.

The directory structure of gdtoolkit is as follows.

addons
└── format_on_save
    ├── LICENSE
    ├── format_on_save.gd
    ├── plugin.cfg
    └── python
        └── bin
            ├── gd2py
            ├── gdformat
            ├── gdlint
            ├── gdparse
            └── gdradon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant