We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c8b0a commit 75befdaCopy full SHA for 75befda
main.js
@@ -14,7 +14,7 @@ function createWindow () {
14
15
// and load the index.html of the app.
16
//mainWindow.loadURL(`file://${__dirname}/index.html`)
17
- mainWindow.loadURL(`http://keep.google.com`)
+ mainWindow.loadURL(`https://keep.google.com`)
18
// Open the DevTools.
19
//mainWindow.webContents.openDevTools()
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "google-keep-desktop",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"productName": "Google Keep Desktop",
5
"description": "A minimal Google Keep Desktop Client App Packaged with Electron",
6
"main": "main.js",
0 commit comments