Sublime Forum

Force Extract .sublime-package Archive into Packages folder

#1

I have a Sublime Text 2 & 3 plugin:
github.com/wakatime/sublime-wakatime

It requires wakatime-cli.py to be extracted and available:
github.com/wakatime/sublime-wak … ime-cli.py

However, sometimes when installed as an archive WakaTime.sublime-package inside the Installed Packages folder the required wakatime-cli.py file is not extracted from the archive.

Is there any way to force a .sublime-package to always be fully extracted into the Packages folder?

Note: this plugin is usually installed using Sublime Package Control (wbond.net/sublime_packages/package_control)

0 Likes

Zipped package - file access
#2

Create a file named:

.no-sublime-package

in the root of your repo/packages.

github.com/wbond/sublime_packag … t-15283715

0 Likes

#3

@wbond, thank you!

0 Likes