mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
lots of
This commit is contained in:
9
VM-source/vbox.cpp
Normal file
9
VM-source/vbox.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "vbox.h"
|
||||
#include "command.h"
|
||||
|
||||
vbox::vbox(QString name, QString managerPath) {
|
||||
this->name = name;
|
||||
this->managerPath = managerPath;
|
||||
Command command = Command();
|
||||
this->vboxVersion = Command().GetCommand("'" + managerPath + "' -v");
|
||||
}
|
||||
Reference in New Issue
Block a user