no need for this here

This commit is contained in:
murdle 2025-05-02 07:16:51 -07:00
parent 191b6d8b4d
commit 07ed2cb227

View File

@ -57,7 +57,7 @@ public class VersionManager : IDisposable
private void WriteAppSettings() private void WriteAppSettings()
{ {
var appSettings = new Resource($"AppSettings.xml").GetBytes(); var appSettings = new Resource("AppSettings.xml").GetBytes();
if (appSettings == null) if (appSettings == null)
throw new Exception("Failed to get AppSettings resource"); throw new Exception("Failed to get AppSettings resource");
File.WriteAllBytesAsync(Path.Combine(GetVersionPath(_currentVersion), "AppSettings.xml"), appSettings); File.WriteAllBytesAsync(Path.Combine(GetVersionPath(_currentVersion), "AppSettings.xml"), appSettings);