Skip to content

Commit d4c4909

Browse files
committed
adding includeUpdaterJson equals true
1 parent 42ac992 commit d4c4909

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
6060
releaseName: "v__VERSION__"
6161
releaseBody: "See the assets to download this version and install."
62+
includeUpdaterJson: true # this will include the latest.json file in the release
6263
releaseDraft: false
6364
prerelease: false
6465
args: ${{ matrix.args }}

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"active": true,
1818
"endpoints": [
19-
"https://api.github.com/repos/sreq-inc/Solo/releases/latest"
19+
"https://api.github.com/repos/sreq-inc/Solo/releases/latest/download/latest.json"
2020
],
2121
"dialog": true,
2222
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIxNDIzOUI1NzJDOURCODgKUldTSTI4bHl0VGxDSWNVbXEycHlJVXBPNHBiYnVITE5CbGVCb3V1YTlLVnR6eFdtbWJBWjJ5SFYK"

0 commit comments

Comments
 (0)