mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -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";
|
||||
}
|
||||
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}`);
|
||||
resp.pipe(file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue