mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
7zip: Add 7zFM.exe and 7zG.exe to bin entry (#4013)
This commit is contained in:
parent
6c3d550357
commit
dd41974f8f
@ -26,7 +26,11 @@
|
|||||||
" Set-Content \"$dir\\$_\" $content -Encoding Ascii",
|
" Set-Content \"$dir\\$_\" $content -Encoding Ascii",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"bin": "7z.exe",
|
"bin": [
|
||||||
|
"7z.exe",
|
||||||
|
"7zFM.exe",
|
||||||
|
"7zG.exe"
|
||||||
|
],
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
[
|
[
|
||||||
"7zFM.exe",
|
"7zFM.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user