Skip to content

Commit

Permalink
修复linux应用图标不显示问题;添加linux-arm64 release包
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHogan committed Sep 28, 2023
1 parent 05bdfe3 commit 3d1b820
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 京东夺宝岛助手

在release中可直接下载或自行打包构建

[![release](https://img.shields.io/github/v/release/GilHogan/JDTreasureGrabber?color=blue&label=Release)](https://github.com/GilHogan/JDTreasureGrabber/releases)


**注意:**

- 本软件不保证能抢购成功
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JDTreasureGrabber",
"version": "0.2.14",
"version": "0.2.15",
"author": "hogan <[email protected]> (https://github.com/HoganGolden)",
"private": true,
"main": "main.js",
Expand Down Expand Up @@ -56,18 +56,19 @@
"build": {
"productName": "JDTreasureGrabber",
"appId": "com.hogan.JDTreasureGrabber",
"icon": "./public/favicon_512x512.png",
"win": {
"artifactName": "${productName}-${os}-${arch}-${version}.${ext}",
"target": [
"msi",
"nsis",
"zip"
],
"icon": "public/favicon.ico"
"icon": "./public/favicon.ico"
},
"mac": {
"artifactName": "${productName}-${os}-${arch}-${version}.${ext}",
"icon": "public/favicon.png",
"icon": "./public/favicon.png",
"target": [
"dmg",
"zip"
Expand All @@ -79,7 +80,7 @@
"StartupNotify": "true",
"Encoding": "UTF-8"
},
"icon": "public/favicon.png",
"icon": "./public/",
"target": [
"AppImage",
"rpm",
Expand Down
Binary file added public/favicon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d1b820

Please sign in to comment.