Brycord v1.0.35
Some checks failed
Build and Release / build-and-release (push) Failing after 3m4s

This commit is contained in:
Bryan1029384756
2026-02-21 16:53:53 -06:00
parent ef2b538a7c
commit 9b86970f3e
4 changed files with 4 additions and 1 deletions

BIN
apps/electron/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>discord</title>
<title>Brycord</title>
</head>
<body>
<script>

View File

@@ -70,6 +70,7 @@ function createWindow() {
const windowOptions = {
width: settings.windowWidth,
height: settings.windowHeight,
icon: path.join(__dirname, 'icon.png'),
frame: false,
webPreferences: {
nodeIntegration: false,

View File

@@ -17,12 +17,14 @@
"appId": "com.yourorg.discord-clone",
"npmRebuild": false,
"productName": "Brycord",
"icon": "icon.png",
"files": [
"dist-react/**/*",
"main.cjs",
"preload.cjs",
"updater.cjs",
"splash.html",
"icon.png",
"package.json"
],
"directories": {