fix filename / filepaths

add build mac / build linux to editor
update packages
This commit is contained in:
minenice55
2023-06-18 23:47:22 -04:00
parent db0630e213
commit 9b62e3ca7c
4 changed files with 37 additions and 20 deletions

View File

@ -1,8 +1,8 @@
using System;
public static class AppInfo {
public const string Version = "0.0.978";
public static readonly DateTime Date = new DateTime(2023, 06, 18, 21, 34, 16, 868, DateTimeKind.Utc);
public const string Version = "0.0.981";
public static readonly DateTime Date = new DateTime(2023, 06, 19, 03, 38, 42, 219, DateTimeKind.Utc);
}