From c2d233272c58e1c1c6786dea4cdee374974f643a Mon Sep 17 00:00:00 2001 From: Phongsakorn Wisetthon Date: Thu, 28 Jan 2021 02:57:50 +0700 Subject: [PATCH] 1.8.4 --- index.js | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.js b/index.js index a13306e7..6c2385cf 100644 --- a/index.js +++ b/index.js @@ -95,10 +95,6 @@ app.on('activate', () => { // In this file you can include the rest of your app's specific main process // code. You can also put them in separate files and require them here. -ipcMain.on('app_version', (event) => { - event.sender.send('app_version', { version: app.getVersion() }); -}); - autoUpdater.on('update-available', () => { win.webContents.send('update_available'); }); diff --git a/package.json b/package.json index 8df2e1da..1de512c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saox", - "version": "1.8.3", + "version": "1.8.4", "description": "Sanook Music (Or JOOX) Web App", "main": "index.js", "scripts": {