Skip to content

Commit 75befda

Browse files
committed
Update Http -> Https
Updated the wrapper link from http to https. Why? Because it's 2018
1 parent 15c8b0a commit 75befda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function createWindow () {
1414

1515
// and load the index.html of the app.
1616
//mainWindow.loadURL(`file://${__dirname}/index.html`)
17-
mainWindow.loadURL(`http://keep.google.com`)
17+
mainWindow.loadURL(`https://keep.google.com`)
1818
// Open the DevTools.
1919
//mainWindow.webContents.openDevTools()
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-keep-desktop",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"productName": "Google Keep Desktop",
55
"description": "A minimal Google Keep Desktop Client App Packaged with Electron",
66
"main": "main.js",

0 commit comments

Comments
 (0)