Sublime Forum

Storage of licensing information

#1

Hi
We are trying to automatically deploy sublime text installation to multiple users. As the application’s license is applied only after installation, I want to confirm the location where the licensing information will be stored(files/registries).

Thanks
Mohana

0 Likes

#2

The location varies based on operating system and Sublime Text version. Assuming you’re using Sublime Text 2 on Windows, it’s stored in:

%APPDATA%\Sublime Text 2\Settings\License.sublime_license

0 Likes

#3

OS X: ~/Library/Application Support/Sublime Text 2/Settings
Linux: ~/.config/sublime-text-2/Settings

0 Likes