mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 04:02:10 +08:00
img
This commit is contained in:
@@ -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'),
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user