diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index 617f32bd9..c184ee7cf 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -473,7 +473,7 @@ declare module GitHubElectron { 'zoom-factor'?: number; kiosk?: boolean; title?: string; - icon?: NativeImage; + icon?: NativeImage|string; frame?: boolean; 'node-integration'?: boolean; 'accept-first-mouse'?: boolean;