Merge pull request #4949 from larsbrubaker/master
switch the mac to pkg
This commit is contained in:
commit
67b0fef82a
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
if (AggContext.OperatingSystem == OSType.Mac)
|
||||
{
|
||||
return "dmg";
|
||||
return "pkg";
|
||||
}
|
||||
else if (AggContext.OperatingSystem == OSType.X11)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue