Skip to content

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boyphongsakorn committed Jan 27, 2021
1 parent 2629260 commit c2d2332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c2d2332

Please sign in to comment.