mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:13:09 +02:00
Fix launcher signing for windows
This commit is contained in:
parent
ee8235358a
commit
595fe0cdfe
1 changed files with 1 additions and 1 deletions
|
@ -181,9 +181,9 @@ def buildLightLauncher():
|
||||||
launcherDestFile = os.path.join(BUILD_PATH, "{}.exe".format(computeArchiveName('Launcher')))
|
launcherDestFile = os.path.join(BUILD_PATH, "{}.exe".format(computeArchiveName('Launcher')))
|
||||||
launcherSourceFile = os.path.join(launcherBuildPath, "Release", "HQLauncher.exe")
|
launcherSourceFile = os.path.join(launcherBuildPath, "Release", "HQLauncher.exe")
|
||||||
|
|
||||||
signBuild(launcherSourceFile)
|
|
||||||
print("Moving {} to {}".format(launcherSourceFile, launcherDestFile))
|
print("Moving {} to {}".format(launcherSourceFile, launcherDestFile))
|
||||||
shutil.move(launcherSourceFile, launcherDestFile)
|
shutil.move(launcherSourceFile, launcherDestFile)
|
||||||
|
signBuild(launcherDestFile)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue