Skip to content

Commit

Permalink
Update to 2.0.0 Preview 3
Browse files Browse the repository at this point in the history
  • Loading branch information
HimDek committed Nov 5, 2021
1 parent 2bf9cbe commit 24782ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yuzu-Early-Access-Launcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static class yuzu_Early_Access_Launcher
[STAThread]
static void Main()
{
String theme = "", version = "2.0.0-Preview-2", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath);
String theme = "", version = "2.0.0-Preview-3", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath);
Directory.SetCurrentDirectory(path);

if (mutex.WaitOne(TimeSpan.Zero, true))
Expand Down

0 comments on commit 24782ad

Please sign in to comment.