Skip to content

Commit

Permalink
electron upgraded
Browse files Browse the repository at this point in the history
fattihkoca committed Oct 10, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c6b288a commit 687b1ac
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -16,7 +16,9 @@ function createWindow() {
closable: true,
maximizable: false,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
webviewTag: true,
worldSafeExecuteJavaScript: true
},
frame: false,
transparent: true,
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instagram-for-macos",
"productName": "Instagram for MacOS",
"version": "0.0.32",
"version": "0.0.4",
"description": "Instagram for MacOS",
"main": "main.js",
"scripts": {
@@ -19,8 +19,8 @@
"author": "Fatih Koca",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^4.2.12",
"electron-packager": "^13.1.1"
"electron": "^10.1.3",
"electron-packager": "^15.1.0"
},
"dependencies": {
"core-util-is": "^1.0.2",

0 comments on commit 687b1ac

Please sign in to comment.