Skip to content

Commit

Permalink
fix outdated link (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Oct 31, 2022
1 parent ca785c3 commit b19171e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getDownloadObject (version) {
const platform = os.platform()
const filename = `foundry_${normalizeVersionName(version)}_${platform}_${mapArch(os.arch())}`
const extension = platform === 'win32' ? 'zip' : 'tar.gz'
const url = `https://github.com/gakonst/foundry/releases/download/${version}/${filename}.${extension}`
const url = `https://github.com/foundry-rs/foundry/releases/download/${version}/${filename}.${extension}`

return {
url,
Expand Down

0 comments on commit b19171e

Please sign in to comment.