diff --git a/RobloxLegacy/VersionManager.cs b/RobloxLegacy/VersionManager.cs index d64a14d..fd16f50 100644 --- a/RobloxLegacy/VersionManager.cs +++ b/RobloxLegacy/VersionManager.cs @@ -57,7 +57,7 @@ public class VersionManager : IDisposable private void WriteAppSettings() { - var appSettings = new Resource($"AppSettings.xml").GetBytes(); + var appSettings = new Resource("AppSettings.xml").GetBytes(); if (appSettings == null) throw new Exception("Failed to get AppSettings resource"); File.WriteAllBytesAsync(Path.Combine(GetVersionPath(_currentVersion), "AppSettings.xml"), appSettings);