Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Sep 27, 2024
2 parents 5a0149f + 90f358b commit 96ed476
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
5 changes: 3 additions & 2 deletions Bloxstrap/AppData/RobloxStudioData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class RobloxStudioData : CommonAppData, IAppData
{ "RobloxStudio.zip", @"" },
{ "redist.zip", @"" },
{ "LibrariesQt5.zip", @"" },

{ "content-studio_svg_textures.zip", @"content\studio_svg_textures\"},
{ "content-qt_translations.zip", @"content\qt_translations\" },
{ "content-api-docs.zip", @"content\api_docs\" },
Expand All @@ -34,7 +34,8 @@ public class RobloxStudioData : CommonAppData, IAppData
{ "ApplicationConfig.zip", @"ApplicationConfig\" },
{ "Plugins.zip", @"Plugins\" },
{ "Qml.zip", @"Qml\" },
{ "StudioFonts.zip", @"StudioFonts\" }
{ "StudioFonts.zip", @"StudioFonts\" },
{ "RibbonConfig.zip", @"RibbonConfig\" }
};
}
}
7 changes: 0 additions & 7 deletions Bloxstrap/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,14 +459,7 @@ public static void HandleUpgrade()
string configLocation = Path.Combine(Paths.Modifications, "ReShade.ini");

if (File.Exists(injectorLocation))
{
Frontend.ShowMessageBox(
Strings.Bootstrapper_HyperionUpdateInfo,
MessageBoxImage.Warning
);

File.Delete(injectorLocation);
}

if (File.Exists(configLocation))
File.Delete(configLocation);
Expand Down
11 changes: 0 additions & 11 deletions Bloxstrap/Resources/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Bloxstrap/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
<value>You must first install Bloxstrap before uninstalling.</value>
</data>
<data name="Bootstrapper.HyperionUpdateInfo" xml:space="preserve">
<value>Roblox has now finished rolling out the new game client update, featuring 64-bit support and the Hyperion anticheat. ReShade does not work with this update, and so it has now been disabled and removed from Bloxstrap.

Your ReShade configuration files will still be saved, and you can locate them by opening the folder where Bloxstrap is installed to, and navigating to the Integrations folder. You can choose to delete these if you want.</value>
</data>
<data name="Bootstrapper.NotEnoughSpace" xml:space="preserve">
<value>Bloxstrap does not have enough disk space to download and install Roblox. Please free up some disk space and try again.</value>
</data>
Expand Down

0 comments on commit 96ed476

Please sign in to comment.