Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimiliano Bertinetti committed Dec 24, 2020
1 parent 9d9a59b commit ed81fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import decompress = require("decompress");
const serverDownload = {
darwin: {
url:
"https://github.com/crystal-lang-tools/scry/releases/download/v0.7.1/scry_macOS.tar.gz"
"https://github.com/crystal-lang-tools/scry/releases/download/v0.8.1/scry_macOS.tar.gz"
},
linux: {
url:
"https://github.com/crystal-lang-tools/scry/releases/download/v0.7.1/scry_linux.tar.gz"
"https://github.com/crystal-lang-tools/scry/releases/download/v0.8.1/scry_linux.tar.gz"
}
};
const serverBinary = "scry";
Expand Down

0 comments on commit ed81fe4

Please sign in to comment.