mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
IGN:Tag release
This commit is contained in:
parent
82889da319
commit
890b0418ed
@ -37,6 +37,7 @@ class Win32(VMInstaller):
|
|||||||
SHUTDOWN_CMD = ['shutdown.exe', '-s', '-f', '-t', '0']
|
SHUTDOWN_CMD = ['shutdown.exe', '-s', '-f', '-t', '0']
|
||||||
|
|
||||||
def sign_msi(self):
|
def sign_msi(self):
|
||||||
|
print ('Signing .msi ...')
|
||||||
raw = open(self.VM).read()
|
raw = open(self.VM).read()
|
||||||
vmx = re.search(r'''launch_vmware\(['"](.+?)['"]''', raw).group(1)
|
vmx = re.search(r'''launch_vmware\(['"](.+?)['"]''', raw).group(1)
|
||||||
subprocess.check_call(['vmrun', '-T', 'ws', '-gu', 'kovid', '-gp',
|
subprocess.check_call(['vmrun', '-T', 'ws', '-gu', 'kovid', '-gp',
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user