Skip to content

Commit

Permalink
Merge branch 'dev' into early-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 26, 2024
2 parents b42d308 + f47d94c commit f96e866
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 @@ -2,8 +2,8 @@ $Lime3DS_configFile="$emusPath\lime3ds\user\config\qt-config.ini"

function Lime3DS_install(){
setMSG "Downloading Lime3DS"
#$url_lime3ds = getLatestReleaseURLGH "Lime3DS/Lime3DS" "zip" "windows-msvc"
$url_lime3ds = "https://github.com/Lime3DS/Lime3DS/releases/download/2118/lime3ds-2118-windows-msvc.zip"
$url_lime3ds = getLatestReleaseURLGH "Lime3DS/Lime3DS" "zip" "windows-msvc"
#$url_lime3ds = "https://github.com/Lime3DS/Lime3DS/releases/download/2118/lime3ds-2118-windows-msvc.zip"
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 "lime3ds"
Expand Down

0 comments on commit f96e866

Please sign in to comment.