mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 01:02:35 +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')))
|
||||
launcherSourceFile = os.path.join(launcherBuildPath, "Release", "HQLauncher.exe")
|
||||
|
||||
signBuild(launcherSourceFile)
|
||||
print("Moving {} to {}".format(launcherSourceFile, launcherDestFile))
|
||||
shutil.move(launcherSourceFile, launcherDestFile)
|
||||
signBuild(launcherDestFile)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue