mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-27 16:38:06 +08:00
修复选择vbox-
This commit is contained in:
parent
8699f74087
commit
acff44eb2d
1192
VM-source/.qtc_clangd/compile_commands.json
Normal file
1192
VM-source/.qtc_clangd/compile_commands.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -82,7 +82,9 @@ buildvbox::buildvbox(QString isoPath, int id, int vm){
|
|||||||
case 1:
|
case 1:
|
||||||
vm.Create("Windows7_64");
|
vm.Create("Windows7_64");
|
||||||
break;
|
break;
|
||||||
vm.Create("WindowsNT_64");
|
default:
|
||||||
|
vm.Create("WindowsNT_64");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
vm.CreateDiskControl();
|
vm.CreateDiskControl();
|
||||||
//vm.CreateDiskControl("storage_controller_2");
|
//vm.CreateDiskControl("storage_controller_2");
|
||||||
@ -146,7 +148,9 @@ buildvbox::buildvbox(QString isoPath, int id, int vm){
|
|||||||
case 1:
|
case 1:
|
||||||
vm.Create("Windows7_64");
|
vm.Create("Windows7_64");
|
||||||
break;
|
break;
|
||||||
vm.Create("WindowsNT_64");
|
default:
|
||||||
|
vm.Create("WindowsNT_64");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
QDir dir("/home/gfdgd_xi/Qemu/Windows/");
|
QDir dir("/home/gfdgd_xi/Qemu/Windows/");
|
||||||
dir.mkpath("/home/gfdgd_xi/Qemu/Windows/");
|
dir.mkpath("/home/gfdgd_xi/Qemu/Windows/");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user