From 59fb3c553b3860805c8438daf36ceb8e05e17660 Mon Sep 17 00:00:00 2001 From: murdle Date: Fri, 2 May 2025 08:31:05 -0700 Subject: [PATCH] move images to a different folder --- README.md | 4 ++-- logo.png => images/logo.png | Bin readme.PNG => images/preview.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename logo.png => images/logo.png (100%) rename readme.PNG => images/preview.png (100%) diff --git a/README.md b/README.md index 5cf638e..270cc32 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Roblox Legacy Patcher +# Roblox Legacy Patcher ## What is this? This is an program which automatically downloads the latest version of Roblox Studio and makes it work on Windows 8.1 and below. It uses a wrapper in order to add some missing Windows APIs and trick Roblox into thinking your OS version is supported. ## Download You can download a prebuilt version of the program here - + ## How to build - Install Visual Studio 2015 and .NET SDK 8 diff --git a/logo.png b/images/logo.png similarity index 100% rename from logo.png rename to images/logo.png diff --git a/readme.PNG b/images/preview.png similarity index 100% rename from readme.PNG rename to images/preview.png