mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
72b602e776
commit
e1707f161c
@ -17,7 +17,7 @@
|
|||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"7z.exe",
|
"7z.exe",
|
||||||
"7z19.00-helper"
|
"7z1900-helper"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user