diff --git a/WindowsLevinux.vbs b/WindowsLevinux.vbs index 8288193..fd4e0dc 100644 --- a/WindowsLevinux.vbs +++ b/WindowsLevinux.vbs @@ -1,5 +1,5 @@ Set Shell = CreateObject("WScript.Shell") Shell.RUN "attrib -r .\*.* /s" -Shell.CurrentDirectory = ".\Pipulate.app\Contents\MacOS\" +Shell.CurrentDirectory = ".\Levinux.app\Contents\MacOS\" Shell.RUN "qemu32.bat >NUL 2>NUL", 0, False set Shell = Nothing