electron / electron/windows-installer
why doesn't iconUrl accept local files?
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 267
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 1
Description
```
/**
* A publicly accessible, fully qualified HTTP(S) URL to an ICO file, used as the application icon
* displayed in Control Panel ➡ Programs and Features. The icon is retrieved at install time.
* Example: http://example.com/favicon.ico
*
* Does not accept `file:` URLs.
*
* @defaultValue the Electron icon.
*/
iconUrl?: string;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.