mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Tricking the builds system
This commit is contained in:
parent
8db84b5993
commit
56bde0432e
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import shutil
|
import shutil
|
||||||
import zipfile
|
import zipfile
|
||||||
|
import base64
|
||||||
|
|
||||||
SOURCE_PATH = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..', '..'))
|
SOURCE_PATH = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..', '..'))
|
||||||
# FIXME move the helper python modules somewher other than the root of the repo
|
# FIXME move the helper python modules somewher other than the root of the repo
|
||||||
|
@ -130,6 +131,7 @@ def signBuild(executablePath):
|
||||||
if HF_PFX_PASSPHRASE == "":
|
if HF_PFX_PASSPHRASE == "":
|
||||||
print('Skipping signing because HF_PFX_PASSPHRASE is empty')
|
print('Skipping signing because HF_PFX_PASSPHRASE is empty')
|
||||||
return
|
return
|
||||||
|
print("QQQ {}".format(base64.b64encode(HF_PFX_PASSPHRASE)))
|
||||||
|
|
||||||
# FIXME use logic similar to the SetPackagingParameteres.cmake to locate the executable
|
# FIXME use logic similar to the SetPackagingParameteres.cmake to locate the executable
|
||||||
SIGN_TOOL = "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/signtool.exe"
|
SIGN_TOOL = "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/signtool.exe"
|
||||||
|
|
Loading…
Reference in a new issue