mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Sign installers explicitly
This commit is contained in:
parent
dda2541a30
commit
74153a0d22
@ -20,6 +20,7 @@ def build_single(which, bitness, shutdown=True):
|
|||||||
if bitness:
|
if bitness:
|
||||||
cmd.append(bitness)
|
cmd.append(bitness)
|
||||||
cmd.append('calibre')
|
cmd.append('calibre')
|
||||||
|
cmd.append('--sign-installers')
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
env['CALIBRE_SRC_DIR'] = base
|
env['CALIBRE_SRC_DIR'] = base
|
||||||
ret = subprocess.Popen(cmd, env=env, cwd=build_calibre).wait()
|
ret = subprocess.Popen(cmd, env=env, cwd=build_calibre).wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user