From 698efdc6cf6284049ad05c97c5a19a830ae966c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:32:15 +0200 Subject: [PATCH] qemu@10.1.0: Fix install by removing uninstaller from `Remove-Item` in `pre_install` (#7233) Remove uninstaller from Remove-Item in pre_install --- bucket/qemu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/qemu.json b/bucket/qemu.json index 7069fb5f26..96e9d99761 100644 --- a/bucket/qemu.json +++ b/bucket/qemu.json @@ -13,7 +13,7 @@ "hash": "sha512:48593207cf1b97afd6e92c7466e4cfbc46e3a1d15bff474cb0536f6c53108643976bc44d22c221811ab04fb7072233c0dcfddd2533ae0800f04c035075d1bf40" } }, - "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\qemu-uninstall.exe\" -Force -Recurse", + "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", "env_add_path": ".", "checkver": "(?\\d{4})-(?\\d{2})-(?\\d{2}): New QEMU installer \\(([\\d.]+)\\)", "autoupdate": {