diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-13 19:17:04 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-13 19:17:04 +0300 |
commit | 9bfd51ceeddbf70ec9ff5eb53d1929a397a474e8 (patch) | |
tree | b81f5487ffef8ac586eae235e545035e4d4b5995 /README.md | |
parent | macOS: Get rid of text field's focus border (diff) | |
download | nheko-9bfd51ceeddbf70ec9ff5eb53d1929a397a474e8.tar.xz |
Create app bundle for macOS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md index 7395dbc9..a2b999ca 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,14 @@ make -C build The `nheko` binary will be located in the `build` directory. +##### MacOS + +You can create an app bundle with `make app`. The output will be located at +`dist/MacOS/Nheko.app` which you can be copied to `/Applications/Nheko.app`. + +You can also create a disk image with `make dmg`. The output will be located at +`dist/MacOS/Nheko.dmg` + ##### Nix Download the repo as mentioned above and run |