diff --git a/AboutPage/UpdateControlData.cs b/AboutPage/UpdateControlData.cs index 8ef4f40d4..14f613c1b 100644 --- a/AboutPage/UpdateControlData.cs +++ b/AboutPage/UpdateControlData.cs @@ -129,7 +129,7 @@ namespace MatterHackers.MatterControl } else if (OsInformation.OperatingSystem == OSType.X11) { - return "deb"; + return "tar.gz"; } else if (OsInformation.OperatingSystem == OSType.Android) {