Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Aug 17, 2024
1 parent 16d9ccb commit da4a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColorMC.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static void Main(string[] args)
string path = $"{Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)}/ColorMC/";

Check failure on line 106 in src/ColorMC.Launcher/Program.cs

View workflow job for this annotation

GitHub Actions / build-linux

A local or parameter named 'path' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

Check failure on line 106 in src/ColorMC.Launcher/Program.cs

View workflow job for this annotation

GitHub Actions / build-linux

A local or parameter named 'path' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

Check failure on line 106 in src/ColorMC.Launcher/Program.cs

View workflow job for this annotation

GitHub Actions / build-linux

A local or parameter named 'path' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

Check failure on line 106 in src/ColorMC.Launcher/Program.cs

View workflow job for this annotation

GitHub Actions / build-linux

A local or parameter named 'path' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

Check failure on line 106 in src/ColorMC.Launcher/Program.cs

View workflow job for this annotation

GitHub Actions / build-linux

A local or parameter named 'path' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

Check failure on line 106 in src/ColorMC.Launcher/Program.cs

View workflow job for this annotation

GitHub Actions / build-macos

A local or parameter named 'path' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
if (Directory.Exists(path))
{
Directory.Move(path, RunDir);
Directory.Move(path, _inputDir);
}
}
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
Expand Down

0 comments on commit da4a09a

Please sign in to comment.