Skip to content

Commit

Permalink
fix Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikHeinrich committed Mar 2, 2022
1 parent 2a6d46a commit 56b34c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lostarkmapasoverlay",
"productName": "LostArkMap as Overlay",
"version": "1.0.7",
"version": "1.0.8",
"description": "My Electron application description",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,8 +18,7 @@
"config": {
"forge": {
"packagerConfig": {},
"makers": [
{
"makers": [{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "overlay"
Expand All @@ -40,18 +39,16 @@
"config": {}
}
],
"publishers": [
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "frederikheinrich",
"name": "LostArkMapAsOverlay"
},
"draft": true
}
"publishers": [{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "frederikheinrich",
"name": "LostArkMapAsOverlay"
},
"draft": true
}
]
}]
}
},
"dependencies": {
Expand Down Expand Up @@ -82,4 +79,4 @@
"url": "https://github.com/FrederikHeinrich/LostArkMapAsOverlay/issues"
},
"homepage": "https://github.com/FrederikHeinrich/LostArkMapAsOverlay#readme"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const createWindow = () => {
transparent: true,
alwaysOnTop: true,
vibrancy: 'ultra-dark',
icon: path.join(__dirname, 'mokokostatue.png')
icon: path.join(__dirname, 'mokokostatue.ico')
});

mainWindow.setAlwaysOnTop(true, 'screen');
Expand Down
Binary file added src/mokokostatue.ico
Binary file not shown.

0 comments on commit 56b34c3

Please sign in to comment.