Change mac update download to dmg

pull/167/head
Andrew 3 years ago
parent 6a226e478b
commit 099f9514aa

@ -276,7 +276,7 @@ ipcMain.on("autoUpdate", (event, status) => {
dialog.showMessageBox(dialogOpts).then((returnValue) => {
if (returnValue.response === 0) {
shell.openExternal(
"https://github.com/aandrew-me/ytDownloader/releases/latest/download/YTDownloader_Mac.zip"
"https://github.com/aandrew-me/ytDownloader/releases/latest/download/YTDownloader_Mac.dmg"
);
}
});

Loading…
Cancel
Save