mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +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 |
||
---|---|---|
.. | ||
templates | ||
base-darwin.json | ||
base-linux.json | ||
base-win32.json | ||
base.json | ||
README.m |
# This is the core set of universal, cross-platform keymaps. This is # extended in the following places: # # 1. keymaps/base.cson - (This file) Core, universal keymaps across all platforms # 2. keymaps/base-darwin.cson - Any universal mac-only keymaps # 3. keymaps/base-win32.cson - Any universal windows-only keymaps # 4. keymaps/base-darwin.cson - Any universal linux-only keymaps # 5. keymaps/templates/Gmail.cson - Gmail key bindings for all platforms # 6. keymaps/templates/Outlook.cson - Outlook key bindings for all platforms # 7. keymaps/templates/Apple Mail.cson - Mac Mail key bindings for all platforms # 8. some/package/keymaps/package.cson - Keymaps for a specific package # 9. ~/.nylas/keymap.cson - Custom user-specific overrides # # NOTE: We have a special N1 extension called `mod` that automatically # uses `cmd` on mac and `ctrl` on windows and linux. This covers most # cross-platform cases. For truely platform-specific features, use the # platform keymap extensions.