Merge branch '1.2.3' into development

This commit is contained in:
Lars Brubaker 2015-06-23 15:38:48 -07:00
commit 9cdeeb10d1

View file

@ -129,7 +129,7 @@ namespace MatterHackers.MatterControl
}
else if (OsInformation.OperatingSystem == OSType.X11)
{
return "deb";
return "tar.gz";
}
else if (OsInformation.OperatingSystem == OSType.Android)
{