Skip to content

Commit

Permalink
Fixed an bad path (thanks airtime155)
Browse files Browse the repository at this point in the history
  • Loading branch information
miklevin committed Oct 26, 2015
1 parent 888a817 commit 75c35cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 75c35cf

Please sign in to comment.