Skip to content

Commit

Permalink
Made the icon appear in app images
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalopitz committed Jun 20, 2020
1 parent 8ac4fab commit 410796d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function createWindow() {
win = new BrowserWindow({
width: 800,
height: 600,
icon: path.join(__dirname, '/sonos-512.png'),
webPreferences: {
nodeIntegration: true,
},
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonos-controller-unofficial",
"description": "Unoffical sonos controller for linux.",
"version": "0.2.0-beta11",
"version": "0.2.0-beta12",
"author": "Pascal Opitz <[email protected]>",
"main": "main.js",
"dependencies": {
Expand Down
Binary file added app/sonos-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonos-controller-unofficial",
"version": "0.2.0-beta11",
"version": "0.2.0-beta12",
"description": "Unoffical sonos controller for linux",
"main": "app/main.js",
"homepage": "http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/",
Expand Down

0 comments on commit 410796d

Please sign in to comment.