no need for this here
This commit is contained in:
parent
191b6d8b4d
commit
07ed2cb227
@ -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);
|
||||
|
Reference in New Issue
Block a user