Skip to content

Commit

Permalink
Fix ApplicationConfig.
Browse files Browse the repository at this point in the history
.__.
  • Loading branch information
MaximumADHD committed Jun 13, 2022
1 parent 1360bed commit b09aca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ProjectSrc/Bootstrapper/StudioBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class StudioBootstrapper
public static readonly IReadOnlyDictionary<string, string> KnownRoots = new Dictionary<string, string>()
{
{ "BuiltInPlugins.zip", @"BuiltInPlugins\" },
{ "ApplicationConfig.zip", @"ApplicationConfig\" },
{ "BuiltInStandalonePlugins.zip", @"BuiltInStandalonePlugins\" },

{ "content-qt_translations.zip", @"content\qt_translations\" },
Expand Down Expand Up @@ -96,7 +97,8 @@ public class StudioBootstrapper
{
"Qml",
"Plugins",
"StudioFonts"
"StudioFonts",
"ApplicationConfig"
};

public int Progress
Expand Down
Binary file modified RobloxStudioModManager.exe
Binary file not shown.

0 comments on commit b09aca1

Please sign in to comment.