mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
e883122ccf
Summary: This removes specs from the build production version. One of the major issues with the windows build was that one of the package specs included a .node compiled file that the codesigner attempte to sign, but couldn't find for some reason. In testing, removing the specs from the build prod version fixed this. While we could just remove the one offending test, I think we should just remove the whole suite from the build version. That'd save in the number of files we have to ship, save download time, save build time, and have less chance for some symlinked issue failling a build in the future. Test Plan: Manual Reviewers: khamidou, halla, juan, spang Reviewed By: juan, spang Differential Revision: https://phab.nylas.com/D4206
10 lines
304 B
JSON
10 lines
304 B
JSON
{
|
|
"application:minimize": "command+m",
|
|
"application:hide": "command+h",
|
|
"application:hide-other-applications": "command+alt+h",
|
|
"application:zoom": "alt+command+ctrl+m",
|
|
|
|
"window:toggle-full-screen": "command+ctrl+f",
|
|
"window:reload": "mod+alt+l",
|
|
"window:toggle-dev-tools": "meta+alt+i"
|
|
}
|