IGN:Tag release

This commit is contained in:
Kovid Goyal 2012-07-20 09:57:26 +05:30
parent 82889da319
commit 890b0418ed
2 changed files with 397 additions and 327 deletions

View File

@ -37,6 +37,7 @@ class Win32(VMInstaller):
SHUTDOWN_CMD = ['shutdown.exe', '-s', '-f', '-t', '0']
def sign_msi(self):
print ('Signing .msi ...')
raw = open(self.VM).read()
vmx = re.search(r'''launch_vmware\(['"](.+?)['"]''', raw).group(1)
subprocess.check_call(['vmrun', '-T', 'ws', '-gu', 'kovid', '-gp',

File diff suppressed because it is too large Load Diff