summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-15 21:06:27 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-15 21:06:27 +0300
commit8d81489e053c28173ca864064774bd07e2758a1d (patch)
treeca166acddaea998f70b22d8dbe3fa27ebb8115ed /Makefile
parentFocus on the text input when switching rooms (diff)
downloadnheko-8d81489e053c28173ca864064774bd07e2758a1d.tar.xz
Ghetto room switcher
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 \