mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 21:09:22 -05:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										11
									
								
								Tweaks/YTHoldForSpeed/build_release.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Tweaks/YTHoldForSpeed/build_release.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# rootful (iphoneos-arm)
 | 
			
		||||
export PREFIX=$THEOS/toolchain/Xcode11.xctoolchain/usr/bin/
 | 
			
		||||
make clean
 | 
			
		||||
make package FINALPACKAGE=1
 | 
			
		||||
 | 
			
		||||
# rootless (iphoneos-arm64)
 | 
			
		||||
export -n PREFIX
 | 
			
		||||
make clean
 | 
			
		||||
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
 | 
			
		||||
		Reference in New Issue
	
	Block a user