Compare commits

..

2 commits

Author SHA1 Message Date
dependabot[bot]
b458a5cb18
Bump electron from 12.0.6 to 13.1.6
Bumps [electron](https://github.com/electron/electron) from 12.0.6 to 13.1.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v12.0.6...v13.1.6)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-15 18:44:04 +00:00
smartfridge
6f7ce60f29 Fix CLI Building 2021-07-15 20:43:03 +02:00
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules
out/
dist

View file

@ -55,7 +55,8 @@
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
"darwin",
"linux"
]
},
{