This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 44
44
before-all ::
45
45
$(ECHO_NOTHING ) defaults write $(LAUNCHD_PLIST ) ProgramArguments -array " $( THEOS_PACKAGE_INSTALL_PREFIX) /Applications/TrollSpeed.app/TrollSpeed" " -hud" || true$(ECHO_END )
46
46
$(ECHO_NOTHING ) plutil -convert xml1 $(LAUNCHD_PLIST )$(ECHO_END )
47
+ $(ECHO_NOTHING ) chmod 0644 $(LAUNCHD_PLIST )$(ECHO_END )
47
48
48
49
before-package ::
49
50
$(ECHO_NOTHING ) mv -f $(THEOS_STAGING_DIR ) /usr/local/bin/memory_pressure $(THEOS_STAGING_DIR ) /Applications/TrollSpeed.app || true$(ECHO_END )
@@ -55,5 +56,6 @@ after-package::
55
56
$(ECHO_NOTHING ) defaults delete $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist CFBundleIconName || true$(ECHO_END )
56
57
$(ECHO_NOTHING ) defaults write $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist CFBundleVersion -string $(shell openssl rand -hex 4)$(ECHO_END )
57
58
$(ECHO_NOTHING ) plutil -convert xml1 $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist$(ECHO_END )
59
+ $(ECHO_NOTHING ) chmod 0644 $(THEOS_STAGING_DIR ) /Payload/TrollSpeed.app/Info.plist$(ECHO_END )
58
60
$(ECHO_NOTHING ) cd $(THEOS_STAGING_DIR ) ; zip -qr TrollSpeed_${GIT_TAG_SHORT} .tipa Payload; cd -; $(ECHO_END )
59
61
$(ECHO_NOTHING ) mv $(THEOS_STAGING_DIR ) /TrollSpeed_${GIT_TAG_SHORT} .tipa packages/TrollSpeed_${GIT_TAG_SHORT} .tipa$(ECHO_END )
You can’t perform that action at this time.
0 commit comments