diff --git a/build.sh b/build.sh index 90c5716..884d0f4 100644 --- a/build.sh +++ b/build.sh @@ -9,5 +9,5 @@ if [ "$1" != "run" ]; then fi if [ "$1" != "make" ]; then - qemu-system-x86_64.exe -drive index=0,format=raw,file=SingOS.img + qemu-system-x86_64 -drive index=0,format=raw,file=SingOS.img fi