mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
greatest commit of all time (part 2)
This commit is contained in:
parent
68e16a2ab2
commit
d8078da537
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if (process.platform == "win32") {
|
|||
appname += ".exe";
|
||||
}
|
||||
https.get(
|
||||
`https://github.com/MercuryWorkshop/adrift/releases/latest/download/adrift-server-${appname}`, resp => {
|
||||
`https://github.com/MercuryWorkshop/adrift/releases/latest/download/${appname}`, resp => {
|
||||
let file = fs.createWriteStream(`${dir}/${appname}`);
|
||||
resp.pipe(file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue