Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
[makefile] gotta SIGKILL the appexes, gnrr
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jul 3, 2017
1 parent 282a294 commit f2c8f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export TARGET = iphone:10.1:9.0
# we’re only supporting arm64. sorry
export ARCHS = arm64

INSTALL_TARGET_PROCESSES = Preferences CanzoneNowPlayingWidget CanzoneNotificationContent
INSTALL_TARGET_PROCESSES = Preferences

ifneq ($(RESPRING),0)
INSTALL_TARGET_PROCESSES += SpringBoard
Expand All @@ -29,4 +29,4 @@ after-install::
ifeq ($(RESPRING),0)
#install.exec "uiopen prefs:root=Canzone"
endif
install.exec "killall -KILL CanzoneNotificationContent; killall -KILL CanzoneNotificationContent"
install.exec "killall -KILL CanzoneNotificationContent CanzoneNowPlayingWidget; killall -KILL CanzoneNotificationContent"

0 comments on commit f2c8f63

Please sign in to comment.