fix: win lock file flag

This commit is contained in:
lecepin 2022-05-22 15:16:51 +08:00
parent 58490e39d3
commit 3845d3e8e2

View File

@ -39,6 +39,7 @@ export async function installCert(checkInstalled = true) {
]); ]);
if (result.stdout.toString().indexOf('Succeeded') > -1) { if (result.stdout.toString().indexOf('Succeeded') > -1) {
fs.writeFileSync(CONFIG.INSTALL_CERT_FLAG, '');
resolve(); resolve();
} else { } else {
reject(); reject();