mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Update minimum ubuntu version
This commit is contained in:
@@ -14,7 +14,7 @@ import { DialogType } from '../types/Dialogs';
|
||||
import * as Errors from '../types/errors';
|
||||
import type { UpdaterOptionsType } from './common';
|
||||
|
||||
const MIN_UBUNTU_VERSION = '20.04';
|
||||
const MIN_UBUNTU_VERSION = '22.04';
|
||||
|
||||
const PackageSchema = z.object({
|
||||
version: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user