Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| programs:windows:legendary [2026/04/09 17:22] – created Sean Rhone | programs:windows:legendary [2026/06/01 07:18] (current) – Sean Rhone |
|---|
| | ====== Information ====== |
| | |
| | * Legendary ((https://github.com/legendary-gl/legendary)) |
| | |
| ====== Install ====== | ====== Install ====== |
| |
| **** | **** |
| |
| DEL /Q "%UserProfile%\Downloads\legendary.exe" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\legendary.exe" --location "https://github.com/derrod/legendary/releases/latest/download/legendary.exe" && RMDIR /S /Q "%ProgramFiles%\Legendary" & MKDIR "%ProgramFiles%\Legendary" && MOVE /Y "%UserProfile%\Downloads\legendary.exe" "%ProgramFiles%\Legendary" && DEL /Q "%UserProfile%\Downloads\legendary.exe" | "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\legendary.exe" --location "https://github.com/legendary-gl/legendary/releases/latest/download/legendary.exe" --progress-bar && MKDIR "%ProgramFiles%\Legendary" & MOVE /Y "%UserProfile%\Downloads\legendary.exe" "%ProgramFiles%\Legendary" && DIR /B "%ProgramFiles%\Legendary\legendary.exe" |
| |
| ====== Login ====== | ====== Login ====== |
| |
| "%ProgramFiles%\Legendary\legendary.exe" auth | "%ProgramFiles%\Legendary\legendary.exe" auth |
| | |
| | ====== Hide Config Folder ====== |
| | |
| | **** |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.config" |
| |