Skip to content

Commit

Permalink
upgrade electron to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y9 committed May 18, 2021
1 parent 25b165d commit 51c4ed2
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 78 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ or
npm run package-x86
```

for linux:
```
npm run package-l64
```

for osx package(must under osx):
```
npm run package-osx
Expand All @@ -60,6 +65,6 @@ npm run package-osx

# License

Copyright (c) 2017-present i38.me
Copyright (c) 2017-present x1y9

[MIT License](http://en.wikipedia.org/wiki/MIT_License)
157 changes: 82 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "justmd",
"productName": "justmd",
"version": "1.2.0",
"version": "1.2.1",
"description": "just markdown editor",
"main": "main.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"package-l64": "electron-packager . --prune --overwrite --asar --out=dist --platform=linux --arch=x64 --icon images/justmd.png"
},
"devDependencies": {
"electron": "1.7.8",
"electron": "^4.2.12",
"electron-packager": "^15.2.0"
}
}

0 comments on commit 51c4ed2

Please sign in to comment.