mirror of
https://github.com/lecepin/WeChatVideoDownloader.git
synced 2025-04-05 20:11:10 +08:00
fix: win lock file flag
This commit is contained in:
parent
58490e39d3
commit
3845d3e8e2
@ -39,6 +39,7 @@ export async function installCert(checkInstalled = true) {
|
||||
]);
|
||||
|
||||
if (result.stdout.toString().indexOf('Succeeded') > -1) {
|
||||
fs.writeFileSync(CONFIG.INSTALL_CERT_FLAG, '');
|
||||
resolve();
|
||||
} else {
|
||||
reject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user