From 0953d8bb7b9bf39b879105e9439fd62524cbf058 Mon Sep 17 00:00:00 2001 From: Sn0wCrack <442287+Sn0wCrack@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:21:39 +1100 Subject: [PATCH] fix(chiaki4deck): use correct archive path name --- bucket/chiaki4deck.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/chiaki4deck.json b/bucket/chiaki4deck.json index 61ec4a042e57..9e21eee68a77 100644 --- a/bucket/chiaki4deck.json +++ b/bucket/chiaki4deck.json @@ -9,8 +9,8 @@ "hash": "2766545ba6cc5197082bbf3f1c4fe405dee4019e4968eb29b1fa367bf6ce6613", "pre_install": [ "$archive = \"Chiaki4deck-Win.zip\"", - "Expand-7zipArchive \"$dir\\$archive\" \"$dir\"", - "Remove-Item \"$dir\\$fname\"" + "Expand-7zipArchive \"$dir\\$archive\" \"$dir\" -ExtractDir \"Chiaki4deck-Win\"", + "Remove-Item \"$dir\\$archive\"" ] } },