Skip to content

Commit e357bb2

Browse files
committedJul 30, 2018
Only print "Signing ..." if actually doing that.
1 parent 3f04fc1 commit e357bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/BuildApp.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ function build_app_bundle(juliaprog_main;
244244
delete_if_present("*.ji","$libsDir/julia")
245245
delete_if_present("*.o","$libsDir/julia")
246246

247-
println("~~~~~~ Signing the binary and all libraries ~~~~~~~")
248247
if certificate != nothing
248+
println("~~~~~~ Signing the binary and all libraries ~~~~~~~")
249249
sign_application_libs(launcherDir, certificate)
250250
if entitlements_file != nothing
251251
set_entitlements("$launcherDir/$binary_name", certificate, entitlements_file)

0 commit comments

Comments
 (0)
Please sign in to comment.