Skip to content

Commit

Permalink
patch #2
Browse files Browse the repository at this point in the history
  • Loading branch information
reZach committed Sep 14, 2020
1 parent 3c55066 commit 164ff77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function createWindow() {
// BrowserWindow, for instance.
// NOTE - this config is not passcode protected
// and stores plaintext values
//let savedConfig = store.mainIntialStore(fs);
//let savedConfig = store.mainInitialStore(fs);

// Create the browser window.
win = new BrowserWindow({
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": "secure-electron-template",
"version": "5.1.1",
"version": "5.1.2",
"description": "The best way to build Electron apps with security in mind.",
"private": true,
"main": "app/electron/main.js",
Expand Down

0 comments on commit 164ff77

Please sign in to comment.