Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 5aa1232

Browse files
committed
test: attempt building for more targets
1 parent e337058 commit 5aa1232

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"arch": [
6262
"x64",
6363
"ia32",
64-
"arm64"
64+
"arm64",
65+
"armv7l"
6566
]
6667
}
6768
],
@@ -76,7 +77,8 @@
7677
{
7778
"target": "dmg",
7879
"arch": [
79-
"x64"
80+
"x64",
81+
"arm64"
8082
]
8183
}
8284
],
@@ -106,8 +108,8 @@
106108
}
107109
},
108110
"dependencies": {
109-
"clean-css": "4.2.3",
110-
"electron": "^10.3.2",
111+
"clean-css": "5.1.0",
112+
"electron": "^11.3.0",
111113
"electron-builder": "^22.10.5",
112114
"electron-rebuild": "^2.3.5",
113115
"mime-types": "^2.1.29",

0 commit comments

Comments
 (0)