Skip to content

Commit

Permalink
lime3ds
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jun 7, 2024
1 parent 2473490 commit 49fc692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/EmuScripts/emuDeckLime3DS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ function Lime3DS_install(){
$url_lime3ds = getLatestReleaseURLGH "Lime3DS/Lime3DS" "zip" "windows-msvc"
download $url_lime3ds "lime3ds.zip"
$oldName = Get-ChildItem -Path "$temp/lime3ds" -Directory -Filter "lime3ds-*-windows-msvc" | Select-Object -First 1
$newName = Join-Path -Path "$temp/lime3ds" -ChildPath "lime-qt"
$newName = Join-Path -Path "$temp/lime3ds" -ChildPath "lime3ds"
Rename-Item -Path $oldName.FullName -NewName $newName
moveFromTo "$temp/lime3ds/lime-qt" "$emusPath/lime3ds"
moveFromTo "$temp/lime3ds/lime3ds" "$emusPath/lime3ds"
rm -r -fo "$temp/lime3ds"

}
Expand Down

0 comments on commit 49fc692

Please sign in to comment.