Commit e94727a4 authored by FichteFoll's avatar FichteFoll

Merge pull request #3446 from airtoxin/master

Sound package: Change supported platform
parents eb703112 c02a649c
...@@ -1331,8 +1331,13 @@ ...@@ -1331,8 +1331,13 @@
"details": "https://github.com/airtoxin/Sublime-Sound", "details": "https://github.com/airtoxin/Sublime-Sound",
"releases": [ "releases": [
{ {
"platforms": ["osx", "windows"], "platforms": ["osx", "linux"],
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/master"
},
{
"platforms": "*",
"sublime_text": ">=3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/master" "details": "https://github.com/airtoxin/Sublime-Sound/tree/master"
} }
] ]
......
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