Skip to content

Commit

Permalink
move electron-winstaller to optional dependency to not block arm32 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Aug 12, 2024
1 parent 7e60b2e commit 53e369f
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 @@ -161,7 +161,6 @@
"electron": "30.0.8",
"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 @@ -171,6 +170,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 53e369f

Please sign in to comment.