diff --git a/electron/main/index.ts b/electron/main/index.ts index 56e9fb2f..92687388 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -204,7 +204,7 @@ app.on("will-quit", () => { function getIconPath() { let iconPath = ""; const iconFile = - process.platform === "win32" ? "amber-pm-logo.ico" : "amber-pm-logo.png"; // 图标文件名,linux下需要png格式,不然会不显示 + process.platform === "win32" ? "amber-pm-logo.ico" : "spark-store.svg"; // 图标文件名,linux下需要png格式,不然会不显示 // 判断是否在打包模式 if (app.isPackaged) { // 打包模式 diff --git a/index.html b/index.html index 9f15f74c..94d80841 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,10 @@
- + -