summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swift/QtUI/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript
index 112a66e..54f0450 100644
--- a/Swift/QtUI/SConscript
+++ b/Swift/QtUI/SConscript
@@ -497,7 +497,7 @@ if env["PLATFORM"] == "win32" :
497 signresult = 0 497 signresult = 0
498 for x in range (1, 4) : 498 for x in range (1, 4) :
499 print "Attemping to sign the packages [%s]" % x 499 print "Attemping to sign the packages [%s]" % x
500 signresult = env.Execute('signtool.exe sign /fd SHA256 /f "${SIGNTOOL_KEY_PFX}" /t "${SIGNTOOL_TIMESTAMP_URL}" ' + str(target[0])) 500 signresult = env.Execute('signtool.exe sign /fd SHA256 /f "${SIGNTOOL_KEY_PFX}" /t "${SIGNTOOL_TIMESTAMP_URL}" /d "Swift Installer" ' + str(target[0]))
501 if signresult != 1 : 501 if signresult != 1 :
502 break 502 break
503 #If all 3 attemps to sign the package failed, stop the build. 503 #If all 3 attemps to sign the package failed, stop the build.