Skip to content

Commit 2c0be32

Browse files
committed
assets to resources, icons fix
1 parent 3568601 commit 2c0be32

File tree

9 files changed

+268
-703
lines changed

9 files changed

+268
-703
lines changed

assets/images/icon.png

-14.3 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<link rel="stylesheet" href="assets/stylesheets/main.css">
5+
<link rel="stylesheet" href="resources/stylesheets/main.css">
66
<title>Chat</title>
77
</head>
88
<body>

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function createWindow () {
1616
mainWindow = new BrowserWindow({
1717
width: 800,
1818
height: 600,
19-
icon: 'assets/images/icon.png',
19+
icon: __dirname + '/resources/icons/icon.png',
2020
minWidth: 300,
2121
minHeight: 400
2222
})

package-lock.json

Lines changed: 265 additions & 695 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@
2727
},
2828
"linux": {
2929
"target": [
30-
"AppImage",
31-
"deb"
30+
"AppImage"
3231
]
33-
},
34-
"win": {
35-
"target": "NSIS",
36-
"icon": "./build/icon.png"
3732
}
3833
},
3934
"repository": "https://github.com/tomkra/unochat",

resources/icons/icon.icns

106 KB
Binary file not shown.

resources/icons/icon.ico

361 KB
Binary file not shown.

resources/icons/icon.png

41.3 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)