mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 11:55:03 -05:00
FileBot Jar
This commit is contained in:
parent
37b0d02b06
commit
34212b63d3
@ -11,6 +11,8 @@ else if ($type == 'deb')
|
||||
$name = 'FileBot for Debian Linux';
|
||||
else if ($type == 'portable')
|
||||
$name = 'FileBot Portable';
|
||||
else if ($type == 'jar')
|
||||
$name = 'FileBot Jar';
|
||||
else if ($type == 'forum')
|
||||
$name = 'Customer Support';
|
||||
else if (strlen($type) > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user