899 B
899 B
Replace Rider Startup Image
Version 2024.1
- Open the
%userprofile%\AppData\Local\Programs\Rider\libfolder - Copy
app.jarto an empty folder and make sure to back it up - Create a new folder in this directory and move
app.jarinto it - Go into this folder, right-click, choose
Open in Terminal, and enterjar -xvf app.jarto extract. After extraction, deleteapp.jar - Then go to the
rider\artwork\releasedirectory within this folder - Rename the downloaded images to
splash.pngandsplash@2x.pngto replace the original images - Return to the extracted folder, then run
jar -cfM0 ../app.jar ./to compress the current folder, and save it to the parent directory - Put the new
app.jarinto%userprofile%\AppData\Local\Programs\Rider\libto replace the original - Finally, delete all files in
%userprofile%\AppData\Local\JetBrains\Rider2024.1\splash