From 4f518c6c4fc8fbe487c8cb9fb9c1ec5bf4dacc13 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 22 Jan 2022 13:33:32 +0800 Subject: [PATCH] Tweaking Makefile to cope with the Swiftified installer. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 319c6441..8e82984e 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,9 @@ permission-check: [ -w "$(DSTROOT)" ] && [ -w "$(VC_APP_ROOT)" ] || sudo chown -R ${USER} "$(DSTROOT)" install-debug: permission-check - rm -rf "$(VC_APP_ROOT)" open Build/Products/Debug/vChewingInstaller.app install-release: permission-check - rm -rf "$(VC_APP_ROOT)" open Build/Products/Release/vChewingInstaller.app .PHONY: clean