Skip to content

Commit

Permalink
Added back PNG icon for Electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
HighlanderCZ committed Apr 12, 2024
1 parent 0653708 commit 33d1160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added _icons/iconColor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,9 @@ function runApp() {
backgroundColor: windowBackground,
darkTheme: nativeTheme.shouldUseDarkColors,
icon: process.env.NODE_ENV === 'development'
? path.join(__dirname, '../../_icons/iconColor.svg')
? path.join(__dirname, '../../_icons/iconColor.png')
/* eslint-disable-next-line n/no-path-concat */
: `${__dirname}/_icons/iconColor.svg`,
: `${__dirname}/_icons/iconColor.png`,
autoHideMenuBar: true,
// useContentSize: true,
webPreferences: {
Expand Down

0 comments on commit 33d1160

Please sign in to comment.