Skip to content

Commit

Permalink
Fix windows issues related to opening app (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Apr 5, 2019
1 parent 9d941ae commit 53e444e
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1,866 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PopcornTime",
"description": "An experimental PopcornTime client",
"homepage": "https://github.com/amilajack/popcorn-time-desktop",
"version": "1.3.1",
"version": "1.3.2",
"main": "./main.prod.js",
"author": {
"name": "Amila Welihinda <amilajack@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popcorn-time-desktop",
"version": "1.3.1",
"version": "1.3.2",
"description": "An experimental Popcorn Time client",
"scripts": {
"bench-api": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 jest test/**/*.benchmark.js",
Expand Down Expand Up @@ -174,7 +174,7 @@
"devtron": "1.4.0",
"dotenv": "7.0.0",
"download": "^7.1.0",
"electron": "4.1.3",
"electron": "2.0.14",
"electron-builder": "^20.39.0",
"electron-debug": "^2.1.0",
"electron-devtools-installer": "2.2.4",
Expand Down
Loading

0 comments on commit 53e444e

Please sign in to comment.