Skip to content

Commit

Permalink
Merge pull request #2 from jersonlatorre/develop
Browse files Browse the repository at this point in the history
fix: security issue with electron 9.0.0 patched
  • Loading branch information
jersonlatorre authored Mar 21, 2021
2 parents 47ccbbc + 386655e commit 1685ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"license": "MIT",
"scripts": {
"start": "node_modules/.bin/electron .",
"buildWindows": "electron-packager --electron-version='9.0.0' --asar --platform='win32' --arch=x64 --icon=build/icon.ico --prune=true --out=release-builds --version-string.CompanyName=Plug --version-string.ProductName='Glass' --overwrite .",
"buildMacOS": "electron-packager --electron-version='9.0.0' --platform='darwin' --overwrite .",
"buildWindows": "electron-packager --electron-version='9.4.0' --asar --platform='win32' --arch=x64 --icon=build/icon.ico --prune=true --out=release-builds --version-string.CompanyName=Plug --version-string.ProductName='Glass' --overwrite .",
"buildMacOS": "electron-packager --electron-version='9.4.0' --platform='darwin' --overwrite .",
"buildLinux": "electron-builder ."
},
"build": {
Expand Down Expand Up @@ -42,6 +42,6 @@
}
},
"devDependencies": {
"electron": "9.0.0"
"electron": "9.4.0"
}
}

0 comments on commit 1685ab9

Please sign in to comment.