Skip to content

Commit

Permalink
πŸŽ‡ Style(7z/fetch.ps1): Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Oct 17, 2023
1 parent 1cb6800 commit 2b92f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KitX_Installer_Egui/assets/7z/fetch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ foreach ($target in $targets) {
}

tar -xvzf $target_2 $exe
mv $exe $target_2.Replace(".tar", "").Replace("7z2301", $exe)
Move-Item $exe $target_2.Replace(".tar", "").Replace("7z2301", $exe)
Remove-Item $target_2
}
}
Expand Down

0 comments on commit 2b92f82

Please sign in to comment.