Call Bonjour installer from NSIS installer

This commit is contained in:
hensm
2020-05-11 18:42:02 +01:00
parent f8e91da958
commit c2bf9e4cdc
2 changed files with 13 additions and 1 deletions

View File

@@ -262,7 +262,7 @@ async function build () {
}
// Remove build directory
//fs.removeSync(BUILD_PATH);
fs.removeSync(BUILD_PATH);
}
/**