Fixed: Subfolder (#170)

This commit is contained in:
nobody 2020-11-09 18:32:14 +01:00
parent e603077f1b
commit e5df85fadb
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
return {
'source': channelHost,
'versionDelivered': lastVersion,
'path': 'resources/fontawesome/' + lastVersion + '/' + helpers.extractFilenameFromPath(channelPath),
'path': 'resources/fontawesome/' + lastVersion + '/fonts/' + helpers.extractFilenameFromPath(channelPath),
'bundle': 'Font Awesome (Fonts)'
};
} else {