Try to change the logo

This commit is contained in:
2025-12-23 14:04:43 +07:00
parent 02fb8603a9
commit b615a1b766
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
{
name: '@electron-forge/maker-squirrel',
config: {
icon: 'assets/client'
icon: './assets/client'
},
},
{
@@ -21,7 +21,7 @@ module.exports = {
name: '@electron-forge/maker-deb',
config: {
options: {
icon: 'assets/client.png'
icon: './assets/client.png'
}
},
},

View File

@@ -1,6 +1,6 @@
{
"name": "Client",
"version": "1.5.0",
"version": "1.6.0",
"main": "main.js",
"scripts": {
"start": "electron-forge start",