Tweaking Makefile to cope with the Swiftified installer.

This commit is contained in:
ShikiSuen 2022-01-22 13:33:32 +08:00
parent ca5b36bb0f
commit 4f518c6c4f
1 changed files with 0 additions and 2 deletions

View File

@ -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