1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-11 11:55:03 -05:00

FileBot Jar

This commit is contained in:
Reinhard Pointner 2017-04-21 02:21:02 +08:00
parent 37b0d02b06
commit 34212b63d3

View File

@ -11,6 +11,8 @@ else if ($type == 'deb')
$name = 'FileBot for Debian Linux'; $name = 'FileBot for Debian Linux';
else if ($type == 'portable') else if ($type == 'portable')
$name = 'FileBot Portable'; $name = 'FileBot Portable';
else if ($type == 'jar')
$name = 'FileBot Jar';
else if ($type == 'forum') else if ($type == 'forum')
$name = 'Customer Support'; $name = 'Customer Support';
else if (strlen($type) > 0) else if (strlen($type) > 0)