Commit 01c62778 authored by gibacic's avatar gibacic

added linux-x64 support (ubuntu 16.04) for numpy and q KDB

parent b8deda39
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
"base": "https://github.com/komsit37/sublime-numpy", "base": "https://github.com/komsit37/sublime-numpy",
"tags": true, "tags": true,
"sublime_text": ">=3000", "sublime_text": ">=3000",
"platforms": ["windows-x64", "osx-x64"] "platforms": ["windows-x64", "osx-x64", "linux-x64"]
} }
] ]
}, },
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"tags": true, "tags": true,
"platforms": ["osx-x64", "windows-x64"] "platforms": ["osx-x64", "windows-x64", "linux-x64"]
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment