diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-15 21:06:27 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-15 21:06:27 +0300 |
commit | 8d81489e053c28173ca864064774bd07e2758a1d (patch) | |
tree | ca166acddaea998f70b22d8dbe3fa27ebb8115ed /Makefile | |
parent | Focus on the text input when switching rooms (diff) | |
download | nheko-8d81489e053c28173ca864064774bd07e2758a1d.tar.xz |
Ghetto room switcher
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b8d9d050..54ef1e16 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ app: release-debug $(APP_TEMPLATE) @echo "Created '$(APP_NAME).app' in '$(APP_TEMPLATE)'" app-install: app - cp -rf $(APP_TEMPLATE) /Applications/Nheko.app + cp -Rf $(APP_TEMPLATE) /Applications/ dmg: app hdiutil create $(MAC_DIST_DIR)/Nheko.dmg \ |