mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
虚拟机生成模块的初步重写
This commit is contained in:
@@ -84,7 +84,7 @@ class vbox:
|
||||
return os.system(("\"" + self.managerPath + "\" modifyvm \"" + self.name + "\" --draganddrop bidirectional"))
|
||||
|
||||
def ShareFile(self, name: str, path: str):
|
||||
return os.system(("\"" + self.managerPath + "\" sharedfolder add \"" + this->name + "\" -name \"" + self.name + "\" -hostpath \"" + path + "\""))
|
||||
return os.system(("\"" + self.managerPath + "\" sharedfolder add \"" + self.name + "\" -name \"" + self.name + "\" -hostpath \"" + path + "\""))
|
||||
|
||||
def SetVBoxSVGA(self):
|
||||
return os.system(("\"" + self.managerPath + "\" modifyvm \"" + self.name + "\" --graphicscontroller vboxsvga"))
|
||||
|
||||
Reference in New Issue
Block a user