mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Update get-os.ts
This commit is contained in:
parent
666c5b56c8
commit
1c27790ef1
1 changed files with 3 additions and 1 deletions
|
@ -84,4 +84,6 @@ export const isMacOSAndNoLongerSupportedByElectron = memoizeOne(
|
|||
() => __DARWIN__ && systemVersionLessThan('10.15')
|
||||
)
|
||||
|
||||
export const isOSNoLongerSupportedByElectron = isMacOSAndNoLongerSupportedByElectron() || isWindowsAndNoLongerSupportedByElectron()
|
||||
export const isOSNoLongerSupportedByElectron =
|
||||
isMacOSAndNoLongerSupportedByElectron() ||
|
||||
isWindowsAndNoLongerSupportedByElectron()
|
||||
|
|
Loading…
Reference in a new issue