mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Remove CMake downloading in prebuild
This commit is contained in:
		@@ -20,9 +20,6 @@ if [ ! -f "/jcef/README.md" ]; then
 | 
			
		||||
    git clone ${REPO} /jcef
 | 
			
		||||
    cd /jcef
 | 
			
		||||
    git checkout ${REF}
 | 
			
		||||
    #Temporary CMakeLists patching - beautify in the future
 | 
			
		||||
    rm CMakeLists.txt
 | 
			
		||||
    curl -o CMakeLists.txt https://raw.githubusercontent.com/jcefmaven/jcefbuild/master/CMakeLists.txt
 | 
			
		||||
else
 | 
			
		||||
    echo "Found existing files to build"
 | 
			
		||||
    cd /jcef
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user