Skip to content

Commit

Permalink
feat: electron 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 20, 2021
1 parent cc6e061 commit 95d126e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/electron-prompt": "^1.6.0",
"@types/node": "^14.14.21",
"@types/sharp": "^0.27.1",
"electron": "~9",
"electron": "~10",
"electron-builder": "^22.9.1",
"rimraf": "^3.0.2",
"standard-version": "^9.1.0",
Expand Down Expand Up @@ -94,7 +94,16 @@
"allowElevation": true
},
"linux": {
"target": "dir"
"target": "dir",
"extraFiles": [
{
"from": "./node_modules/sharp/vendor/8.10.5/lib",
"to": ".",
"filter": [
"libvips*.so.*"
]
}
]
},
"files": [
"**/*",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1563,10 +1563,10 @@ electron@latest:
"@types/node" "^12.0.12"
extract-zip "^1.0.3"

electron@~9:
version "9.4.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.4.1.tgz#62a2aae4cd93f1b56d794a47541505a71654177a"
integrity sha512-r4CxoVG9Ja7tBtkilWMnBsBGup8G8Z+v7icZmwysHa8/OSr0OrLjrcOF/30BAP7yPE5fz/XTxygnltzW4OTZdw==
electron@~10:
version "10.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-10.3.0.tgz#3031fb66eaf3942fd764c54e8acf0bfdd25be762"
integrity sha512-QsDdckvy6D0wqcIPaEIg9w/SHkhR8lsjDXw5cI2TZcd9wfxiw/4OhmcUqGsfKhfJ64mbuoRFW4IdRaEtyKf3VQ==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit 95d126e

Please sign in to comment.