Try to change the logo
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Client",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron-forge start",
|
||||
|
||||
Reference in New Issue
Block a user