mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-26 16:08:05 +08:00
调整
This commit is contained in:
parent
8b0d0f1018
commit
f20565af53
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user