diff options
-rw-r--r-- | BigBoss.png/bigboss.png | bin | 0 -> 6405 bytes | |||
-rw-r--r-- | BigBoss.png/planetiphones.png | bin | 0 -> 2097 bytes | |||
-rw-r--r-- | BigBoss.png/touchrev.png | bin | 0 -> 4929 bytes | |||
-rw-r--r-- | makefile | 6 |
4 files changed, 5 insertions, 1 deletions
diff --git a/BigBoss.png/bigboss.png b/BigBoss.png/bigboss.png Binary files differnew file mode 100644 index 0000000..8c79a38 --- /dev/null +++ b/BigBoss.png/bigboss.png diff --git a/BigBoss.png/planetiphones.png b/BigBoss.png/planetiphones.png Binary files differnew file mode 100644 index 0000000..e641970 --- /dev/null +++ b/BigBoss.png/planetiphones.png diff --git a/BigBoss.png/touchrev.png b/BigBoss.png/touchrev.png Binary files differnew file mode 100644 index 0000000..6219427 --- /dev/null +++ b/BigBoss.png/touchrev.png @@ -80,7 +80,7 @@ object := $(object:.m=.o) object := $(object:.mm=.o) object := $(object:%=Objects/%) -images := $(shell find MobileCydia.app -name '*.png') +images := $(shell find BigBoss.png/ MobileCydia.app/ -type f -name '*.png') images := $(images:%=Images/%) lproj_deb := debs/cydia-lproj_$(version)_iphoneos-arm.deb @@ -151,6 +151,10 @@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find Mobil cd MobileCydia.app && find . -name '*.png' -exec cp -af ../Images/MobileCydia.app/{} ../_/Applications/Cydia.app/{} ';' + mkdir -p _/usr/share/bigboss/icons + cd BigBoss.png && find . -name '*.png' -exec cp -af ../Images/BigBoss.png/{} ../_/usr/share/bigboss/icons/{} ';' + ln -s /usr/share/bigboss/icons/planetiphones.png _/Applications/Cydia.app/Sections/"Planet-iPhones Mods.png" + #mkdir -p _/Applications/AppleTV.app/Appliances #cp -a Cydia.frappliance _/Applications/AppleTV.app/Appliances #cp -a CydiaAppliance _/Applications/AppleTV.app/Appliances/Cydia.frappliance |