mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-04 20:38:03 +00:00
Use besticon api to automatically retrieve icon
This commit is contained in:
parent
30fd51fc85
commit
6787aff19c
@ -4,7 +4,7 @@ import fs from 'fs';
|
||||
import tmp from 'tmp';
|
||||
tmp.setGracefulCleanup();
|
||||
|
||||
const BEST_ICON_API = 'http://localhost:8080/icon';
|
||||
const BEST_ICON_API = 'http://icons.better-idea.org/icon';
|
||||
/**
|
||||
*
|
||||
* @param {string} targetUrl
|
||||
|
Loading…
Reference in New Issue
Block a user