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