Skip to content

Commit

Permalink
fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gn3po4g committed Jul 24, 2024
1 parent 2de82f3 commit 2a2d882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/chsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/RubyMetric/chsrc/releases/download/$version/chsrc-x64-windows.exe"
"url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x64-windows.exe"
},
"32bit": {
"url": "https://github.com/RubyMetric/chsrc/releases/download/$version/chsrc-x86-windows.exe"
"url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x86-windows.exe"
}
}
}
Expand Down

0 comments on commit 2a2d882

Please sign in to comment.