Skip to content

Commit

Permalink
Fix execution on recent sketch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kodlian committed May 6, 2017
1 parent d0f301e commit 5336e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Icon Slate.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"description": "Export icons with Icon Slate",
"author": "Jeremy Marchand",
"homepage": "https://github.com/kodlian/iconslate-sketchplugin",
"version": 1.1,
"version": 1.2,
"identifier": "com.kodlian.Icon-Slate.sketch-plugins",
"updateURL": "https://github.com/kodlian/iconslate-sketchplugin/Icon Slate.sketchplugin",
"compatibleVersion": 3.3,
"compatibleVersion": 41,
"bundleVersion": 1,
"commands":
[
{
"name": "Export All Artboards",
"identifier": "exportAllArtboards",
"shortcut": "cmd ctrl e",
"script": "script.sketchscript"
"script": "script.cocoascript"
},
{
"name": "Export All Pages (Artboards combined)",
"identifier": "exportAllPages",
"shortcut": "cmd alt e",
"script": "script.sketchscript"
"script": "script.cocoascript"
},
{
"name": "Export Current Page (Artboards combined)",
"identifier": "exportCurrentPage",
"shortcut": "",
"script": "script.sketchscript"
"script": "script.cocoascript"
},
{
"name": "Export Current Page's Artboards",
"identifier": "exportCurrentPageArtboard",
"shortcut": "",
"script": "script.sketchscript"
"script": "script.cocoascript"
}
],
"menu":
Expand Down

0 comments on commit 5336e5d

Please sign in to comment.