1
0
mirror of https://github.com/lint/NewTermArrows synced 2025-07-20 17:56:47 +00:00

Initial release

This commit is contained in:
lint
2019-11-19 00:48:05 -05:00
parent 44468c54c1
commit 6cc1b30a2c
4 changed files with 92 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = NewTermArrows
NewTermArrows_FILES = Tweak.xm
NewTermArrows_CFLAGS += -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 NewTerm"