Skip to content

Commit

Permalink
fix(chiaki4deck): use correct archive path name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wCrack authored Feb 12, 2024
1 parent e8a5984 commit 0953d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/chiaki4deck.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
]
}
},
Expand Down

0 comments on commit 0953d8b

Please sign in to comment.