Skip to content

Commit

Permalink
Merge 9d83c43 into cae8396
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jul 4, 2018
2 parents cae8396 + 9d83c43 commit db2833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/windows/application.vbs.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ For Each arg in WScript.Arguments
args = args&" "&arg
Next

cms = "bin\${CMAKE_PROJECT_NAME}.exe"&args
cmd = "bin\${CMAKE_PROJECT_NAME}.exe"&args

CreateObject("WScript.Shell").Run cmd, 1, False

0 comments on commit db2833e

Please sign in to comment.