Skip to content

Commit 32a9812

Browse files
committed
Split macos arch
1 parent 8e140f8 commit 32a9812

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/desktop/package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fms-file-explorer-desktop",
3-
"version": "7.0.0",
3+
"version": "6.5.1",
44
"description": "An application designed to simplify access and exploration of data produced by the Allen Institute for Cell Science, provide an intuitive mechanism for organizing data and provide simple hooks to incorporating that data into both programmatic and non-programmatic workflows.",
55
"main": "dist/main/index.js",
66
"repository": {
@@ -33,11 +33,7 @@
3333
"target": [
3434
{
3535
"target": "dmg",
36-
"arch": "universal"
37-
},
38-
{
39-
"target": "zip",
40-
"arch": "universal"
36+
"arch": ["x64", "arm64"]
4137
}
4238
],
4339
"mergeASARs": false

0 commit comments

Comments
 (0)