Skip to content

Commit

Permalink
Fixed Linux Deb icon.
Browse files Browse the repository at this point in the history
Fixed Linux Deb icon.
  • Loading branch information
YuhApps committed Jul 26, 2023
1 parent 71d6cf0 commit bf41d72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
"templates"
],
"build": {
"productName": "Clippiez",
"mac": {

},
"linux": {
"icon": "build/icon.icns"
}
},
"author": "Yuh Apps <[email protected]>",
Expand Down
Binary file added res/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ipcMain.on('new', (e) => {
height: 400,
width: 600,
modal: true,
frame: false,
parent: mainWindow,
titleBarStyle: 'hidden',
webPreferences: {
Expand Down

0 comments on commit bf41d72

Please sign in to comment.