diff --git a/metalang.exe b/metalang.exe deleted file mode 100755 index e880fd9..0000000 Binary files a/metalang.exe and /dev/null differ diff --git a/mql.exe b/mql.exe new file mode 100644 index 0000000..447b3e3 Binary files /dev/null and b/mql.exe differ diff --git a/mql4_compiler.py b/mql4_compiler.py index 0444497..48ad0ed 100644 --- a/mql4_compiler.py +++ b/mql4_compiler.py @@ -6,7 +6,7 @@ import sys PLATFORM = sublime.platform() -METALANG = 'metalang.exe' +METALANG = 'mql.exe' EXTENSION = '.mq4' WINE = 'wine' @@ -52,7 +52,7 @@ def isError(self): if not os.path.exists(METALANG_PATH): print (METALANG_PATH) # Debug - print ("Mqlcompiler | error: metalang.exe not found") + print ("Mqlcompiler | error: mql.exe not found") iserror = True if PLATFORM != 'windows': diff --git a/readme.md b/readme.md index 8c8d3a1..d0a9789 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,7 @@ # mql4 compiler (Sublime text 3 plugin) * **Default key** : ctrl + alt + m -* Using [Metatrader 4 build 509](http://forum.mql4.com/56329) -* Install with [Sublime text Package manager](https://sublime.wbond.net/installation) +* Using Metatrader 4 => build 600 ## Dependencies (mac / linux)