diff --git a/lib/frameit/runner.rb b/lib/frameit/runner.rb index 946c0b4..18c390c 100644 --- a/lib/frameit/runner.rb +++ b/lib/frameit/runner.rb @@ -21,6 +21,7 @@ def run(path, color = Color::BLACK) screenshots.each do |full_path| next if full_path.include?"_framed.png" next if full_path.include?".itmsp/" # a package file, we don't want to modify that + next if full_path.include?"device_frames/" # these are the device frames the user is using begin screenshot = Screenshot.new(full_path, color)