mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Ignore errors in make_distrib.sh on linux (javadoc gen error)
This commit is contained in:
		@@ -55,9 +55,9 @@ fi
 | 
			
		||||
#Generate distribution
 | 
			
		||||
chmod +x make_distrib.sh
 | 
			
		||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
 | 
			
		||||
    ./make_distrib.sh linux64
 | 
			
		||||
    bash -e make_distrib.sh linux64
 | 
			
		||||
else
 | 
			
		||||
    ./make_distrib.sh linux32
 | 
			
		||||
    bash -e make_distrib.sh linux32
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
#Pack binary_distrib
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user