mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
qemu@10.1.0: Fix install by removing uninstaller from Remove-Item in pre_install (#7233)
Remove uninstaller from Remove-Item in pre_install
This commit is contained in:
parent
01b43760a3
commit
698efdc6cf
@ -13,7 +13,7 @@
|
|||||||
"hash": "sha512:48593207cf1b97afd6e92c7466e4cfbc46e3a1d15bff474cb0536f6c53108643976bc44d22c221811ab04fb7072233c0dcfddd2533ae0800f04c035075d1bf40"
|
"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": ".",
|
"env_add_path": ".",
|
||||||
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
|
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user