mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-19 14:39:54 +08:00
Repair running problem with not x86 machine and use qemu extra
This commit is contained in:
parent
3f1fefa8a5
commit
c87218232d
@ -94,7 +94,7 @@ if [[ $? == 0 ]] && [[ -f "$HOME/Qemu/Windows/Windows.qcow2" ]]; then
|
||||
qemuPath="bwrap --dev-bind / / --bind ./VM/MipsQemu/usr/lib/mips64el-linux-gnuabi64/qemu/ui-gtk.so /usr/lib/mips64el-linux-gnuabi64/qemu/ui-gtk.so ./VM/MipsQemu/usr/bin/qemu-system-x86_64"
|
||||
fi
|
||||
fi
|
||||
if [[ $qemuMore != "" ]]; then
|
||||
if [[ $qemuMore == "" ]]; then
|
||||
qemuPath=$qemuMore
|
||||
fi
|
||||
echo 不使用 kvm 加速
|
||||
|
Loading…
x
Reference in New Issue
Block a user