mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
e14812956c
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
13 lines
248 B
JSON
13 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
|
|
}
|
|
}
|