lib/omnibus/packager.rb in omnibus-4.1.0 vs lib/omnibus/packager.rb in omnibus-5.0.0
- old
+ new
@@ -35,9 +35,10 @@
#
PLATFORM_PACKAGER_MAP = {
'debian' => DEB,
'fedora' => RPM,
'rhel' => RPM,
+ 'wrlinux' => RPM,
'aix' => BFF,
'solaris2' => Solaris,
'windows' => MSI,
'mac_os_x' => PKG,
}.freeze