podman@5.4.0: Revert workaround needed for v5.3 (#6528)

This commit is contained in:
Mario Loriedo 2025-02-12 14:44:29 +01:00 committed by GitHub
parent 49eade6586
commit bd2c3669e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,16 +13,9 @@
"installer": {
"script": [
"Expand-DarkArchive \"$dir\\podman-$version-setup.exe\" \"$dir\\_tmp\" -Removal",
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles64\\RedHat\\Podman'",
"if (get_config USE_ISOLATED_PATH) {",
" Add-Path -Path ('%' + $scoopPathEnvVar + '%') -Global:$global",
"}",
"Add-Path -Path $original_dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles64\\RedHat\\Podman'"
]
},
"uninstaller": {
"script": "Remove-Path -Path $dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
},
"checkver": {
"github": "https://github.com/containers/podman"
},