7zip19.00-helper: Fix bin

The dot in '7z19.00-helper' will cause Start-Process to fail. Change it to '7z1900-helper'
This commit is contained in:
Issac Lin 2022-04-12 12:58:48 +08:00 committed by GitHub
parent 72b602e776
commit e1707f161c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"bin": [
[
"7z.exe",
"7z19.00-helper"
"7z1900-helper"
]
]
}