Skip to content

Commit

Permalink
Merge pull request #88 from voxel51/packaging
Browse files Browse the repository at this point in the history
Packaging improvements
  • Loading branch information
lethosor authored May 24, 2020
2 parents 97f871d + 367591f commit afa5064
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
}
]
},
"mac": {
"target": [
"dir"
]
},
"win": {
"target": [
"nsis",
Expand All @@ -85,8 +90,6 @@
},
"linux": {
"target": [
"deb",
"rpm",
"AppImage"
],
"category": "Tool"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ def finalize_options(self):
],
scripts=["fiftyone/fiftyone"],
python_requires=">=2.7",
cmdclass={"bdist_wheel": BdistWheelCustom,},
cmdclass={"bdist_wheel": BdistWheelCustom},
)

0 comments on commit afa5064

Please sign in to comment.