diff --git a/tools/ci-scripts/postbuild.py b/tools/ci-scripts/postbuild.py index 74f600b219..00b3007104 100644 --- a/tools/ci-scripts/postbuild.py +++ b/tools/ci-scripts/postbuild.py @@ -181,9 +181,9 @@ def buildLightLauncher(): launcherDestFile = os.path.join(BUILD_PATH, "{}.exe".format(computeArchiveName('Launcher'))) launcherSourceFile = os.path.join(launcherBuildPath, "Release", "HQLauncher.exe") - signBuild(launcherSourceFile) print("Moving {} to {}".format(launcherSourceFile, launcherDestFile)) shutil.move(launcherSourceFile, launcherDestFile) + signBuild(launcherDestFile)