Skip to content

Commit 53e444e

Browse files
authored
Fix windows issues related to opening app (#558)
1 parent 9d941ae commit 53e444e

File tree

3 files changed

+79
-1866
lines changed

3 files changed

+79
-1866
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "PopcornTime",
33
"description": "An experimental PopcornTime client",
44
"homepage": "https://github.com/amilajack/popcorn-time-desktop",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"main": "./main.prod.js",
77
"author": {
88
"name": "Amila Welihinda <[email protected]>",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "popcorn-time-desktop",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "An experimental Popcorn Time client",
55
"scripts": {
66
"bench-api": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 jest test/**/*.benchmark.js",
@@ -174,7 +174,7 @@
174174
"devtron": "1.4.0",
175175
"dotenv": "7.0.0",
176176
"download": "^7.1.0",
177-
"electron": "4.1.3",
177+
"electron": "2.0.14",
178178
"electron-builder": "^20.39.0",
179179
"electron-debug": "^2.1.0",
180180
"electron-devtools-installer": "2.2.4",

0 commit comments

Comments
 (0)