Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit e899958

Browse files
chore: remove unneeded appx builds
1 parent 3c3eaf5 commit e899958

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@
233233
},
234234
"win": {
235235
"target": [
236-
"nsis",
237-
"appx"
236+
"nsis"
238237
],
239238
"publisherName": "Xcoding Labs Inc.",
240239
"signAndEditExecutable": true,
@@ -243,9 +242,6 @@
243242
"sha256"
244243
]
245244
},
246-
"appx": {
247-
"publisher": "CN=Xcoding Labs Inc., O=Xcoding Labs Inc., L=Westminster, S=Colorado, C=US"
248-
},
249245
"linux": {
250246
"target": [
251247
"AppImage",

0 commit comments

Comments
 (0)