This commit is contained in:
BIN
apps/electron/icon.png
Normal file
BIN
apps/electron/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>discord</title>
|
<title>Brycord</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ function createWindow() {
|
|||||||
const windowOptions = {
|
const windowOptions = {
|
||||||
width: settings.windowWidth,
|
width: settings.windowWidth,
|
||||||
height: settings.windowHeight,
|
height: settings.windowHeight,
|
||||||
|
icon: path.join(__dirname, 'icon.png'),
|
||||||
frame: false,
|
frame: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
|
|||||||
@@ -17,12 +17,14 @@
|
|||||||
"appId": "com.yourorg.discord-clone",
|
"appId": "com.yourorg.discord-clone",
|
||||||
"npmRebuild": false,
|
"npmRebuild": false,
|
||||||
"productName": "Brycord",
|
"productName": "Brycord",
|
||||||
|
"icon": "icon.png",
|
||||||
"files": [
|
"files": [
|
||||||
"dist-react/**/*",
|
"dist-react/**/*",
|
||||||
"main.cjs",
|
"main.cjs",
|
||||||
"preload.cjs",
|
"preload.cjs",
|
||||||
"updater.cjs",
|
"updater.cjs",
|
||||||
"splash.html",
|
"splash.html",
|
||||||
|
"icon.png",
|
||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|||||||
Reference in New Issue
Block a user