mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-13 09:55:16 +01:00
Change the VM names
This commit is contained in:
parent
9b5a3ba5a5
commit
2f7f2ace66
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class WinBase(VMInstaller):
|
|||
class Win32(WinBase):
|
||||
|
||||
description = 'Build 32bit windows binary installer'
|
||||
VM_NAME = 'win32-build'
|
||||
VM_NAME = 'w32-build'
|
||||
|
||||
def do_dl(self, installer, errmsg):
|
||||
subprocess.check_call(('scp',
|
||||
|
|
@ -52,6 +52,6 @@ class Win64(WinBase):
|
|||
|
||||
description = 'Build 64bit windows binary installer'
|
||||
|
||||
VM_NAME = 'win64-build'
|
||||
VM_NAME = 'w64-build'
|
||||
IS_64_BIT = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue