Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
remove .sketch from folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
tarngerine committed Feb 24, 2015
1 parent 3188ecf commit ecfeca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Export for Origami.sketchplugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Saves all assets to Sketch's temp directory under Origami Projects/[doc displayName]

preflight();
var origami_directory = "Origami Projects/" + [doc displayName],
var origami_directory = "Origami Projects/" + [doc displayName].split(".sketch")[0],
export_directory = NSTemporaryDirectory() + origami_directory, //temp one avoiding sandboxing
export_scale_factor = 1,
layer_names = []; // to prevent conflicting filenames
Expand Down

0 comments on commit ecfeca0

Please sign in to comment.