andrewfiorillo / sketch-palettes

A Sketch plugin for exporting and importing fill presets. It supports colors, gradients, and pattern fills.
MIT License
2.27k stars 134 forks source link

No .sketchplugin file #56

Closed raybesiga closed 7 years ago

raybesiga commented 7 years ago

In the installation README, it mentions the following:

"Move the Sketch Palettes plugin into your Plugins folder or double-click the .sketchplugin file."

However, when I browse the code, I cannot find the .sketchplugin file. Is it missing or am I looking in the wrong place?

Thanks for your incredible work.

andrewfiorillo commented 7 years ago

Hello!

The .sketchplugin file is essentially a folder itself, with a different file extension. All the plugin code lives inside of it. If you cloned or downloaded the repository from GitHub, it should be located in the top level of the repository:

sketch-palettes/Sketch Palettes.sketchplugin/

Does that answer your question?

raybesiga commented 7 years ago

Yes, it does. Thank you.