Skip to content

Instantly share code, notes, and snippets.

@edusantana
Created July 16, 2021 11:10
Show Gist options
  • Save edusantana/3fa503b1ae724751415a232e0ecb3c9b to your computer and use it in GitHub Desktop.
Save edusantana/3fa503b1ae724751415a232e0ecb3c9b to your computer and use it in GitHub Desktop.
Código para limpar um videobot
require 'json'
j = JSON.load_file('.jb/manifest.template.json')
j['interactives'] = []
j['assets'] = []
j.delete('thumbnailCode')
File.write('.jb/manifest.template.json',JSON.pretty_generate(j))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment