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 /.gitignore | |
parent | macOS: Get rid of text field's focus border (diff) | |
download | nheko-9bfd51ceeddbf70ec9ff5eb53d1929a397a474e8.tar.xz |
Create app bundle for macOS
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ada23bf5..fd54f2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,5 @@ Temporary Items # Nix result +*.dmg +dist/MacOS/nheko.app/Contents/MacOS/nheko |