Skip to content

Commit

Permalink
Merge pull request #59 from Haelle/fix-linux-support
Browse files Browse the repository at this point in the history
Fix Linux support
  • Loading branch information
Cammin authored Nov 2, 2024
2 parents c827c0d + 618a748 commit 5ebc66f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Diagnostics;
using System.IO;
using UnityEditor;
using UnityEngine;
using Debug = UnityEngine.Debug;

Expand Down Expand Up @@ -117,4 +118,4 @@ public static bool GetAppUpToDate(out Version version, out Version requiredVersi
return version == requiredVersion;
}
}
}
}

0 comments on commit 5ebc66f

Please sign in to comment.