diff options
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 \ |