Skip to content

Commit

Permalink
Lime3DS/lime3ds-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 12, 2024
1 parent 25f10f3 commit bd3e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckLime3DS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $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 = getLatestReleaseURLGH "Lime3DS/lime3ds-archive" "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
Expand Down

0 comments on commit bd3e295

Please sign in to comment.