diff --git a/app/src/main-process/app-window.ts b/app/src/main-process/app-window.ts index 4f7d8714a5d..c0fc14fd941 100644 --- a/app/src/main-process/app-window.ts +++ b/app/src/main-process/app-window.ts @@ -7,7 +7,6 @@ import { URLActionType } from '../lib/parse-app-url' import { ILaunchStats } from '../lib/stats' import { menuFromElectronMenu } from '../models/app-menu' import { now } from './now' -import * as path from 'path' import windowStateKeeper from 'electron-window-state' export class AppWindow { @@ -57,8 +56,6 @@ export class AppWindow { } else if (__WIN32__) { windowOptions.frame = false } else if (__LINUX__) { - windowOptions.icon = path.join(__dirname, 'static', 'icon-logo.png') - // relax restriction here for users trying to run app at a small // resolution and any other side-effects of dropping this restriction are // currently unsupported diff --git a/app/static/linux/icon-logo.png b/app/static/linux/icon-logo.png deleted file mode 100644 index 7e598fe0118..00000000000 Binary files a/app/static/linux/icon-logo.png and /dev/null differ diff --git a/app/static/logos/128x128.png b/app/static/logos/128x128.png index 97432b294a4..af1e5cfcd8c 100644 Binary files a/app/static/logos/128x128.png and b/app/static/logos/128x128.png differ diff --git a/app/static/logos/32x32.png b/app/static/logos/32x32.png index c3440dd18ef..f1b5f9719ea 100644 Binary files a/app/static/logos/32x32.png and b/app/static/logos/32x32.png differ diff --git a/app/static/logos/64x64.png b/app/static/logos/64x64.png index 2d8d61b8efc..77fe2a72c18 100644 Binary files a/app/static/logos/64x64.png and b/app/static/logos/64x64.png differ