mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-04 20:38:03 +00:00
Reduce besticon parameter to get the apple touch icon if possible
This commit is contained in:
parent
a4cee33080
commit
43d336c00d
@ -17,7 +17,7 @@ function inferIconFromUrlToPath(targetUrl, outDir, callback) {
|
||||
url: BEST_ICON_API,
|
||||
qs: {
|
||||
url: targetUrl,
|
||||
size: 1000,
|
||||
size: 57,
|
||||
formats: 'png'
|
||||
},
|
||||
encoding: null
|
||||
|
Loading…
Reference in New Issue
Block a user