(chore)python@3.10.4: Modify comment

related: https://github.com/ScoopInstaller/Versions/issues/489
This commit is contained in:
Issac Lin 2022-05-05 20:45:57 +08:00 committed by GitHub
parent a1dbe31136
commit b3d256f9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
" Remove-Item \"$dir\\_tmp\\AttachedContainer\\$_\"", " Remove-Item \"$dir\\_tmp\\AttachedContainer\\$_\"",
"}", "}",
"(Get-ChildItem \"$dir\\_tmp\\AttachedContainer\\*.msi\").FullName | ForEach-Object {", "(Get-ChildItem \"$dir\\_tmp\\AttachedContainer\\*.msi\").FullName | ForEach-Object {",
" # appendpath.msi does not contain any file, which causes lessmsi extraction to fail", " # appendpath.msi does not contain any file, which causes 'msiexec /a' to fail",
" if($((Get-Item $_).Basename) -eq 'appendpath') { return }", " if($((Get-Item $_).Basename) -eq 'appendpath') { return }",
" Expand-MsiArchive $_ \"$dir\" ", " Expand-MsiArchive $_ \"$dir\" ",
"}", "}",