Skip to content

Instantly share code, notes, and snippets.

@rphillips
Created November 14, 2014 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rphillips/e0a3258e8e37f6357acf to your computer and use it in GitHub Desktop.
Save rphillips/e0a3258e8e37f6357acf to your computer and use it in GitHub Desktop.
bundle.create('app.zip', function(self)
self:set_version('1.0.1')
self:set_name('Virgo')
self:add_directory('app', { exclude('.txt') } )
self:add_directory('deps/luvit-up/app', { prefix = '/' })
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment