Skip to content

Commit

Permalink
fix(tooling): move electron-winstaller to optional dependency to not …
Browse files Browse the repository at this point in the history
…block arm32 usage
  • Loading branch information
shiftkey committed Nov 8, 2024
1 parent bbda27a commit 158bf58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
"electron": "32.1.2",
"electron-builder": "^24.13.3",
"electron-packager": "^17.1.1",
"electron-winstaller": "^5.0.0",
"eslint-plugin-github": "^4.10.1",
"markdownlint-cli": "^0.32.2",
"patch-package": "^8.0.0",
Expand All @@ -169,6 +168,7 @@
},
"optionalDependencies": {
"electron-installer-debian": "3.2.0",
"electron-installer-redhat": "3.4.0"
"electron-installer-redhat": "3.4.0",
"electron-winstaller": "^5.0.0"
}
}

0 comments on commit 158bf58

Please sign in to comment.