mirror of
https://github.com/lecepin/WeChatVideoDownloader.git
synced 2025-04-06 04:15:43 +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) {
|
if (result.stdout.toString().indexOf('Succeeded') > -1) {
|
||||||
|
fs.writeFileSync(CONFIG.INSTALL_CERT_FLAG, '');
|
||||||
resolve();
|
resolve();
|
||||||
} else {
|
} else {
|
||||||
reject();
|
reject();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user