Mailspring/internal_packages/verify-install-location/package.json
Evan Morikawa e14812956c feat(install): add a checker for the install location
Summary:
Adds a new notification bar for mac users only that warns you if N1 is not
in your /Applications folder. Gives you the option to move it to your
/Applications folder.

Test Plan: manual

Reviewers: juan, jackie

Reviewed By: juan, jackie

Differential Revision: https://phab.nylas.com/D3166
2016-08-16 16:58:13 -07:00

14 lines
248 B
JSON

{
"name": "verify-install-location",
"main": "./lib/main",
"version": "0.0.1",
"description": "Verifies the install location for N1",
"license": "GPL-3.0",
"engines": {
"nylas": "*"
},
"windowTypes": {
"default": true
}
}