mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Fix packing
This commit is contained in:
		@@ -42,7 +42,7 @@ else
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
#Pack binary_distrib
 | 
			
		||||
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
 | 
			
		||||
if [ ${TARGETARCH} == 'amd64' ]; then
 | 
			
		||||
    cd ../binary_distrib/linux64
 | 
			
		||||
else
 | 
			
		||||
    cd ../binary_distrib/linux32
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user