mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
调整
This commit is contained in:
@@ -161,7 +161,10 @@ buildvbox::buildvbox(QString isoPath, int id, int vm){
|
||||
}
|
||||
else{
|
||||
//vm.AutoInstall(isoPath);
|
||||
vm.MountMainISO(isoPath);
|
||||
if(isoPath != ""){
|
||||
vm.MountMainISO(isoPath);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
vm.SetCPU(get_nprocs(), GetCPUSocket(), GetCPUCore());
|
||||
|
||||
Reference in New Issue
Block a user