Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
share121 committed Nov 24, 2024
1 parent 1ccb627 commit 8f9a1a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
tagName: sphoto-v__VERSION__ # 这个动作会自动将 \_\_VERSION\_\_ 替换为应用版本。
releaseName: "sPhoto v__VERSION__"
releaseBody: "查看资产下载并安装此版本。"
releaseBody: "修复了一些已知问题"
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "s-photo",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"license": "MIT",
"description": "使用几个快捷键即可快速筛选照片",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "s-photo",
"version": "1.0.6",
"version": "1.0.7",
"identifier": "com.s-photo.share121",
"build": {
"beforeDevCommand": "pnpm dev",
Expand All @@ -12,8 +12,8 @@
"plugins": {
"updater": {
"endpoints": [
"https://mirror.ghproxy.com/https://github.com/share121/s-photo/releases/download/updater/latest.json",
"https://github.com/share121/s-photo/releases/download/updater/latest.json"
"https://mirror.ghproxy.com/https://github.com/share121/s-photo/releases/latest/download/latest.json",
"https://github.com/share121/s-photo/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU3RjhGNzZDMjM4NEI1MkMKUldRc3RZUWpiUGY0Vnh5QTYzU3BGbFFQbXM4UDVScGEvTjhaL0JlQ0JYOXRFNE1xTk5VNk00WjUK"
}
Expand Down

0 comments on commit 8f9a1a0

Please sign in to comment.