Skip to content

Commit

Permalink
Update web URL
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineguilbert committed Mar 26, 2019
1 parent 16f9604 commit 2219ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function createWindow () {
//mainWindow.webContents.openDevTools();

mainWindow.loadURL(url.format({
pathname: path.join('messages.android.com'),
pathname: path.join('messages.google.com/web'),
protocol: 'https:',
slashes: true
}))
Expand Down Expand Up @@ -108,7 +108,7 @@ function clearAppCache() {
session.clearStorageData(function () {
session.clearCache(function () {
mainWindow.loadURL(url.format({
pathname: path.join('messages.android.com'),
pathname: path.join('messages.google.com/web'),
protocol: 'https:',
slashes: true
}))
Expand Down

0 comments on commit 2219ba1

Please sign in to comment.