Sublime Forum

How to compress packages into .sublime-package?

#1

I tried this but some of the plugins don’t work (eg. sublimelinter):

cd plugin-dir 7z a '-x!.git' -tzip ../Installed\ Packages/plugin.sublime-package

I also sometimes get an invalid zipfile.

0 Likes

#2

With Package Control you can run “Create Package” from the command palette.

Some packages do not work in .sublime-package format. These packages should have a .no-sublime-package file in the root of the repository so Package Control knows to extract them.

0 Likes