mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-27 16:38:06 +08:00
调整
This commit is contained in:
parent
8b0d0f1018
commit
f20565af53
@ -161,7 +161,10 @@ buildvbox::buildvbox(QString isoPath, int id, int vm){
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
//vm.AutoInstall(isoPath);
|
//vm.AutoInstall(isoPath);
|
||||||
vm.MountMainISO(isoPath);
|
if(isoPath != ""){
|
||||||
|
vm.MountMainISO(isoPath);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vm.SetCPU(get_nprocs(), GetCPUSocket(), GetCPUCore());
|
vm.SetCPU(get_nprocs(), GetCPUSocket(), GetCPUCore());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user