Skip to content

Commit a2b8d59

Browse files
committed
adding new project template selection
1 parent 6bc7712 commit a2b8d59

File tree

5 files changed

+226
-166
lines changed

5 files changed

+226
-166
lines changed

UnityLauncherPro/Data/UnityInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace UnityLauncherPro
66
public class UnityInstallation : IValueConverter
77
{
88
public string Version { set; get; }
9-
public string Path { set; get; }
9+
public string Path { set; get; } // exe path
1010
public DateTime? Installed { set; get; }
1111

1212
public string PlatformsCombined { set; get; }

0 commit comments

Comments
 (0)