mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 14:45:44 +00:00
disable mac updates
This commit is contained in:
@@ -25,6 +25,8 @@ autoUpdater.on('update-not-available', () => {
|
||||
})
|
||||
|
||||
export async function checkForUpdates (manual: boolean = false) {
|
||||
if (process.platform === 'darwin') return
|
||||
|
||||
_manual = manual
|
||||
autoUpdater.checkForUpdatesAndNotify()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user