Skip to content

Commit

Permalink
bump: samuelmeuli/action-snapcraft@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
1zilc committed Feb 22, 2024
1 parent 15b9d04 commit 7f7060b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: samuelmeuli/action-snapcraft@v2

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"summary": "Display real-time trends of Chinese funds in the menubar.",
"publish": {
"provider": "snapStore",
"repo": "fishing-funds",
"channels": [
"stable"
]
Expand Down Expand Up @@ -160,7 +161,7 @@
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"electron": "^29.0.0",
"electron-builder": "^24.9.1",
"electron-builder": "24.9.1",
"electron-icon-builder": "^2.0.1",
"electron-vite": "^2.0.0",
"generate-react-cli": "^8.4.0",
Expand Down Expand Up @@ -200,4 +201,4 @@
"node": ">=20.x",
"npm": ">=10.x"
}
}
}
1 change: 1 addition & 0 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "fishing-funds",
"productName": "Fishing Funds",
"description": "基金,大盘,股票,虚拟货币状态栏显示小应用,基于Electron开发,支持 MacOS,Windows,Linux客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等",
"version": "8.2.0",
"main": "./dist/main/index.mjs",
"dependencies": {}
Expand Down

0 comments on commit 7f7060b

Please sign in to comment.