Skip to content

Commit bda640e

Browse files
author
User
committed
fix: 暂时禁用更新签名功能
签名密钥未配置,先禁用以允许构建通过
1 parent 4a47e00 commit bda640e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
uses: tauri-apps/tauri-action@v0
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83-
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
84-
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
8583
with:
8684
tagName: v${{ github.run_number }}
8785
releaseName: 'LoArchive v${{ github.run_number }}'
@@ -98,10 +96,6 @@ jobs:
9896
|------|------|
9997
| `.msi` | Windows 安装包(推荐) |
10098
| `.exe` | Windows 便携版 |
101-
| `.nsis.zip.sig` | 更新签名文件(自动更新用) |
102-
103-
### 🔄 自动更新
104-
应用内置自动更新功能,启动时会自动检查新版本。
10599
106100
### 🔧 使用方法
107101
1. 下载并安装
@@ -113,4 +107,3 @@ jobs:
113107
<sub>构建时间: ${{ github.event.head_commit.timestamp }}</sub>
114108
releaseDraft: false
115109
prerelease: false
116-
includeUpdaterJson: true

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"type": "embedBootstrapper"
5050
}
5151
},
52-
"createUpdaterArtifacts": "v1Compatible"
52+
"createUpdaterArtifacts": false
5353
},
5454
"plugins": {
5555
"shell": {

0 commit comments

Comments
 (0)