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

Append package name to initialFolder path #37

Open
ghost opened this issue Sep 18, 2013 · 0 comments
Open

Append package name to initialFolder path #37

ghost opened this issue Sep 18, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 18, 2013

I'm using Nettuts-Fetch to update my plugins (instead of Package Control) and I updated fetch_command.py to default to

initialFolder = os.path.expanduser('~/Library/Application Support/Sublime Text 3/Packages/')

Is there a simple way to append the chosen package name, (can I add self.packageList.append([name]) somehow to the path above?), so if I choose to update WordCount, for example

"packages":
    {
        "WordCount": "https://github.com/SublimeText/WordCount/archive/st3.zip"
    }

I get ~/Library/Application Support/Sublime Text 3/Packages/WordCount automatically in the path field?

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

No branches or pull requests

0 participants