Skip to content

Commit

Permalink
podman@5.2.0: Fix installer.script (#6071)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Aug 3, 2024
1 parent 385bc79 commit a91e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/podman.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a91e282

Please sign in to comment.