File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 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 }}'
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
Original file line number Diff line number Diff line change 4949 "type" : " embedBootstrapper"
5050 }
5151 },
52- "createUpdaterArtifacts" : " v1Compatible "
52+ "createUpdaterArtifacts" : false
5353 },
5454 "plugins" : {
5555 "shell" : {
You can’t perform that action at this time.
0 commit comments