Skip to content

Commit 966939f

Browse files
committed
Fix autoupdate URL
1 parent 71e597d commit 966939f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/comrak.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"autoupdate": {
2121
"architecture": {
2222
"64bit": {
23-
"url": "https://github.com/akivikakk/comrak/releases/download/v$version/comrak-$version-x86_64-pc-windows-msvc.exe#/comrak.exe"
23+
"url": "https://github.com/kivikakk/comrak/releases/download/v$version/comrak-$version-x86_64-pc-windows-msvc.exe#/comrak.exe"
2424
},
2525
"arm64": {
26-
"url": "https://github.com/akivikakk/comrak/releases/download/v$version/comrak-$version-aarch64-pc-windows-msvc.exe#/comrak.exe"
26+
"url": "https://github.com/kivikakk/comrak/releases/download/v$version/comrak-$version-aarch64-pc-windows-msvc.exe#/comrak.exe"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)