Is there a way to privately deploy/submit to Package Control to avoid making the source code available to the public?
Plugin Deployment/Submission to Package Control
OdatNurd
#2
You can submit packages that contain only compiled Python ByteCode (pyc
) files, such as the SFTP and the Sublimerge packages do (there are likely also others as well).
That’s probably about as close as you can get though, and it’s likely possible to decompile the byte code back into some sort of source, though.
0 Likes