mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Fix path
This commit is contained in:
		@@ -69,7 +69,7 @@ cd binary_distrib/macosx64
 | 
				
			|||||||
if [ $# -gt 4 ]
 | 
					if [ $# -gt 4 ]
 | 
				
			||||||
  then
 | 
					  then
 | 
				
			||||||
    chmod +x $WORK_DIR/macosx_codesign.sh
 | 
					    chmod +x $WORK_DIR/macosx_codesign.sh
 | 
				
			||||||
    ./$WORK_DIR/macosx_codesign.sh $(pwd) $5
 | 
					    .$WORK_DIR/macosx_codesign.sh $(pwd) $5
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Pack binary_distrib
 | 
					#Pack binary_distrib
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ if [ $# -lt 2 ]
 | 
				
			|||||||
  then
 | 
					  then
 | 
				
			||||||
    echo "Usage: ./macosxcodesign.sh <path> <certname> [<bundleid> <appleid> <applepwd>]"
 | 
					    echo "Usage: ./macosxcodesign.sh <path> <certname> [<bundleid> <appleid> <applepwd>]"
 | 
				
			||||||
    echo ""
 | 
					    echo ""
 | 
				
			||||||
    echo "path: the target path"
 | 
					    echo "path: the absolute(!) target path"
 | 
				
			||||||
    echo "certname: the apple signing certificate name. Something like \"Developer ID Application: xxx\""
 | 
					    echo "certname: the apple signing certificate name. Something like \"Developer ID Application: xxx\""
 | 
				
			||||||
    exit 1
 | 
					    exit 1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user