Skip to content

Commit

Permalink
include electron as a dep (seems to fix mega-installer bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed May 12, 2021
1 parent 6223623 commit c5ce9b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = {
win: {
icon: 'build/win/icon.ico',
publisherName: ['Ahau NZ Limited']
// WARNING - this name must exactly match the subject/ "issued to" field on the Signing Certificate
// In future if this name changes, auto-updating will fail D:
},
nsis: {
artifactName: '${name}-Windows-${version}.${ext}', // eslint-disable-line
Expand All @@ -59,7 +61,6 @@ module.exports = {
'!**/node_modules/**/{test,__tests__,tests,powered-test,example,examples}',

/* custom */

'!**/node_modules/*.d.ts',
'!**/node_modules/.bin',
'!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}',
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"devDependencies": {
"@fiahfy/icns-convert": "0.0.8",
"cross-env": "^7.0.2",
"electron": "^12.0.7",
"electron-builder": "22.10.5",
"electron-notarize": "^1.0.0",
"esm": "^3.2.25",
Expand Down

0 comments on commit c5ce9b7

Please sign in to comment.