TheYoctoJester
TheYoctoJester
@Pyrdacor saw the instructions! Tried to do so, but: ``` Could not find file '/Users/josef/Projects/dotnet/Ambermoon.net/Ambermoon.net/bin/Debug/net6.0/versions.dat'. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32...
Patching the line to ``` var builtinVersionReader = OperatingSystem.IsMacOS() && File.Exists("versions.dat") ? new BinaryReader(File.OpenRead("versions.dat")) : (additionalData.TryGetValue("versions", out var reader) ? reader : null); ``` got me a little further, to...
@Dharma-B on `kirkstone`.
Any news on this @rustand2? Is there something we can help with putting this forward?