aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Switch to TOML configuration formatChristian Duerr2023-06-12
| | | | | | | | | | | | | | | This switches Alacritty's default configuration format from yaml to toml. While yaml is still supported, it is done by converting it to toml and should be removed entirely in the future. All existing features were persisted based on my testing. Behavior should not change much, though `--option` might have slightly different behavior since the entire line is not interpreted as one line of toml. A new `alacritty migrate` subcommand has been added which allows automatic migration from yaml to toml. This also could be used as a facility to automatically fix configuration file changes in the future. Closes #6592.
* Fix Makefile manpage generationmaierd2023-05-29
| | | | Signed-off-by: Dennis Maier <d.maier94@web.de> Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Add alacritty.yml to dmgh-leth2023-01-26
|
* Fix repeated permission requests on M1 macsChristian Duerr2022-02-02
| | | | | | | | | | | This adds a codesign step to our makefile build which should automatically sign the application and resolve the issues on M1 macs where Alacritty constantly requests permissions. Since self-signing does still seem to fix this issue after sharing the resulting `Alacritty.app` with other M1 macs, the binary produced by our release build should also be fixed automatically. Fixes #5840.
* Add alacritty-msg manpage to documentationChristian Duerr2021-11-08
| | | | | The original multiwindow PR added a new manpage, however this was not properly documented or included in our CI. This patch resolves these issues.
* Fix typo in makefileAlexis Hildebrandt2021-10-03
|
* Add macOS ARM builds to CIChristian Duerr2021-08-17
|
* Add editorconfig Kirill Chibisov2020-11-06
| | | | | | This commit also purges .gitignore, since the files mentioned in it should be handled by global ignore file. Fixes #4378.
* Add auxiliary files to macOS Application bundleAndrew Zhou2020-07-04
| | | Fixes #2653.
* Force application symlink on macOS make buildJosh Comer2020-01-18
|
* Add /Application symlink to macOS DMGMark Vainomaa2019-12-07
|
* Add official logoChristian Duerr2019-04-01
|
* Set minimum macOS version to 10.11Christian Duerr2019-01-06
| | | | | | | | | | To make sure that CI builds produced by Travis work on all supported versions of macOS and building Alacritty works on all supported versions, the minimum macOS version has been set in the Makefile. This sets the minimum macOS version to `10.11` as a reasonable estimation based on other applications. If the exact version chosen turns out to cause some issues, it can be changed in the future.
* Sync .app bundle timestamp during buildDominic Evans2018-10-31
| | | Fixes #1717.
* Make the macOS bundle compatible osx 10.12Matthias Bussonnier2018-10-03
| | | | | | | | | | | On macOS 10.12.6, running `make app` creates a bundle that refuses to start (it complains application is only compatible with more recent versions of macOS). The binary works great when running it directly. To resolve this, the `MACOSX_DEPLOYMENT_TARGET` environment variable is now set automatically from the makefile. This allows building on macOS 10.12 and earlier, without negatively impacting the later versions of macOS.
* Make compilation of binary a phony targetCraig Furman2018-06-26
|
* Add tiny wrapper to start from '$HOME'Semyon Pisarev2017-03-06
|
* Add install targetSemyon Pisarev2017-03-06
|
* Updated Makefile to put binary in subdirPetter Uvesten2017-03-06
|
* Add Makefile and .appSemyon Pisarev2017-03-06