This commit is contained in:
gaoshuaixing
2023-07-03 14:36:49 +08:00
parent 5294f1fe6e
commit 20bb0401d4
3 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ module.exports = (appInfo) => {
},
frame: true,
show: false,
icon: path.join(appInfo.home, 'public', 'images', 'logo-32.png'),
icon: path.join(appInfo.home, 'public', 'images', 'logo_32.png'),
};
/**

View File

@@ -29,7 +29,8 @@
"encrypt": "ee-core encrypt",
"clean": "ee-core clean",
"rebuild": "electron-rebuild",
"re-sqlite": "electron-rebuild -f -w better-sqlite3"
"re-sqlite": "electron-rebuild -f -w better-sqlite3",
"icon": "ee-core icon -i /public/images/logo.png -o /build/icons/"
},
"repository": "https://github.com/dromara/electron-egg.git",
"keywords": [
@@ -50,7 +51,7 @@
"dependencies": {
"better-sqlite3": "^8.4.0",
"dayjs": "^1.10.7",
"ee-core": "^2.2.4",
"ee-core": "^2.3.0-beta.1",
"electron-updater": "^5.3.0",
"lodash": "^4.17.21"
}

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB