diff --git a/ProjectSrc/Bootstrapper/StudioBootstrapper.cs b/ProjectSrc/Bootstrapper/StudioBootstrapper.cs index 1197663..c69dcca 100644 --- a/ProjectSrc/Bootstrapper/StudioBootstrapper.cs +++ b/ProjectSrc/Bootstrapper/StudioBootstrapper.cs @@ -58,6 +58,7 @@ public class StudioBootstrapper public static readonly IReadOnlyDictionary KnownRoots = new Dictionary() { { "BuiltInPlugins.zip", @"BuiltInPlugins\" }, + { "ApplicationConfig.zip", @"ApplicationConfig\" }, { "BuiltInStandalonePlugins.zip", @"BuiltInStandalonePlugins\" }, { "content-qt_translations.zip", @"content\qt_translations\" }, @@ -96,7 +97,8 @@ public class StudioBootstrapper { "Qml", "Plugins", - "StudioFonts" + "StudioFonts", + "ApplicationConfig" }; public int Progress diff --git a/RobloxStudioModManager.exe b/RobloxStudioModManager.exe index 94b8621..875737c 100644 Binary files a/RobloxStudioModManager.exe and b/RobloxStudioModManager.exe differ