Skip to content

Commit

Permalink
change download address
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Apr 7, 2024
1 parent bf7f11e commit 1203647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Home() {
const isMac = userAgent.indexOf('Macintosh') > -1
if(isWindows){
setPlatform("windows")
setDownloadUrl(`https://github.com/lerte/ngroker.com/releases/download/v${version}/Ngroker-Windows-${version}-Setup.exe`)
setDownloadUrl(`https://github.com/lerte/ngroker-app/releases/download/v${version}/Ngroker-Windows-${version}-Setup.exe`)
}
if(isMac){
setPlatform("mac")
Expand Down

0 comments on commit 1203647

Please sign in to comment.