Fixed: #34 | macOS menubar drag file error

This commit is contained in:
Molunerfinn 2018-04-08 10:27:41 +08:00
parent 422aa52763
commit 65a15724a3

View File

@ -15,7 +15,7 @@ const imgFromPath = async (imgPath) => {
fileName,
width: imgSize.width,
height: imgSize.height,
extname: path.extname(item.name)
extname: path.extname(item)
})
}))
return results