Method: TreasureData::Updater::ModuleDefinition#package_category
- Defined in:
- lib/td/updater.rb
#package_category ⇒ Object
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/td/updater.rb', line 100 def package_category case when on_windows? 'exe' when on_mac? 'pkg' else raise_error "Environment not supported" end end |