Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 17, 2019
1 parent 4f4247e commit 69ff4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.vbs
@@ -1,6 +1,6 @@
appExe = Left(Wscript.ScriptFullName, Len(Wscript.ScriptFullName)-Len(Wscript.ScriptName))&"build\bin\OpenCOR.exe"

If CreateObject("Scripting.FileSystemObject").FileExists(""""&appExe&"""") Then
If CreateObject("Scripting.FileSystemObject").FileExists(appExe) Then
args = ""

For Each arg in WScript.Arguments
Expand Down

0 comments on commit 69ff4f0

Please sign in to comment.