fix mp4decrypt path bug
This commit is contained in:
parent
46fa8581de
commit
56dacdae73
@ -14,7 +14,7 @@ export function getMP4DecryptPath() {
|
||||
|
||||
return mp4Decrypt
|
||||
} else {
|
||||
const mp4Decrypt = path.join(decryptPath, 'mp4decrypt.exe').replace(/\s/g, '\\ ')
|
||||
const mp4Decrypt = path.join(decryptPath, 'mp4decrypt.exe').replace(/\\/g, '\\\\').replace(/ /g, '\\ ')
|
||||
|
||||
return mp4Decrypt
|
||||
}
|
||||
|
Reference in New Issue
Block a user