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

Commit 73de662

Browse files
committed
Fix cross-compiling error for Snapcraft
1 parent 68fb5b6 commit 73de662

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,7 @@
6161
]
6262
},
6363
{
64-
"target": "snap",
65-
"arch": [
66-
"x64",
67-
"ia32",
68-
"armv7l"
69-
]
64+
"target": "snap"
7065
}
7166
],
7267
"category": "System",

0 commit comments

Comments
 (0)