mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
(chore)python@3.10.4: Modify comment
related: https://github.com/ScoopInstaller/Versions/issues/489
This commit is contained in:
parent
a1dbe31136
commit
b3d256f9e3
@ -39,7 +39,7 @@
|
||||
" Remove-Item \"$dir\\_tmp\\AttachedContainer\\$_\"",
|
||||
"}",
|
||||
"(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 }",
|
||||
" Expand-MsiArchive $_ \"$dir\" ",
|
||||
"}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user