Skip to content

Commit 94a6a95

Browse files
committed
Fix: updater url
1 parent 5fb7905 commit 94a6a95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "construct"
3-
version = "0.1.1"
3+
version = "0.2.1"
44
description = "A GUI API Client"
55
authors = ["clearfeld"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "construct",
4-
"version": "0.1.1",
4+
"version": "0.2.1",
55
"identifier": "com.construct.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -38,7 +38,7 @@
3838
"updater": {
3939
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUwNEI3MEI4MDNDOUYzNTkKUldSWjg4a0R1SEJMNEw1ZGZmeUFFejNDRzN5bmpIUnZVOXEyaXBYUm5aTDByOHEzNS9wRk9Na2UK",
4040

41-
"endpoints": ["https://github.com/clearfeld/construct/releases"],
41+
"endpoints": ["https://github.com/clearfeld/construct/releases/latest/download/latest.json"],
4242

4343
"windows": {
4444
"installMode": "passive"

0 commit comments

Comments
 (0)