diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 84d56e52..cef70473 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/package.json b/package.json index 32b0ef77..7e2eefa8 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,7 @@ "summary": "Display real-time trends of Chinese funds in the menubar.", "publish": { "provider": "snapStore", + "repo": "fishing-funds", "channels": [ "stable" ] @@ -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", @@ -200,4 +201,4 @@ "node": ">=20.x", "npm": ">=10.x" } -} +} \ No newline at end of file diff --git a/release/app/package.json b/release/app/package.json index 85e80dc1..b823c4fe 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -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": {}