From a91e282e63de5e0b5b9caf6ef89e979e335abbd4 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Sat, 3 Aug 2024 22:09:01 +0800 Subject: [PATCH] podman@5.2.0: Fix installer.script (#6071) --- bucket/podman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/podman.json b/bucket/podman.json index 744bef672b..e2e55ce5fa 100644 --- a/bucket/podman.json +++ b/bucket/podman.json @@ -13,7 +13,7 @@ "installer": { "script": [ "Expand-DarkArchive \"$dir\\podman-$version-setup.exe\" \"$dir\\_tmp\" -Removal", - "Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles\\RedHat\\Podman'" + "Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles64\\RedHat\\Podman'" ] }, "checkver": {