7zip: Add 7zFM.exe and 7zG.exe to bin entry (#4013)

This commit is contained in:
musjj 2022-10-12 21:51:32 +07:00 committed by GitHub
parent 6c3d550357
commit dd41974f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",