mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:03:26 +02:00
Sign installers explicitly
This commit is contained in:
parent
dda2541a30
commit
74153a0d22
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ def build_single(which, bitness, shutdown=True):
|
|||
if bitness:
|
||||
cmd.append(bitness)
|
||||
cmd.append('calibre')
|
||||
cmd.append('--sign-installers')
|
||||
env = os.environ.copy()
|
||||
env['CALIBRE_SRC_DIR'] = base
|
||||
ret = subprocess.Popen(cmd, env=env, cwd=build_calibre).wait()
|
||||
|
|
|
|||
Loading…
Reference in a new issue