We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c88c8e commit 028fd9aCopy full SHA for 028fd9a
2 files changed
releases/Update.zip
2 Bytes
releases/installers/update.js
@@ -25,7 +25,7 @@ function getUpdate() {
25
zip.extractEntryTo(zipEntry.entryName, './update', false, true)
26
}
27
});
28
- fs.unlink("./update.zip")
+ fs.unlinkSync("./update.zip")
29
resolve()
30
31
0 commit comments