Commit e9c0482a authored by airtoxin's avatar airtoxin

Split releases

parent c02a649c
...@@ -67,8 +67,19 @@ ...@@ -67,8 +67,19 @@
"details": "https://github.com/airtoxin/Achievement", "details": "https://github.com/airtoxin/Achievement",
"releases": [ "releases": [
{ {
"platforms": "windows",
"sublime_text": "*", "sublime_text": "*",
"details": "https://github.com/airtoxin/Achievement/tree/master" "details": "https://github.com/airtoxin/Achievement/tree/windows"
},
{
"platforms": "linux",
"sublime_text": "*",
"details": "https://github.com/airtoxin/Achievement/tree/linux"
},
{
"platforms": "osx",
"sublime_text": "*",
"details": "https://github.com/airtoxin/Achievement/tree/osx"
} }
] ]
}, },
......
...@@ -1320,14 +1320,29 @@ ...@@ -1320,14 +1320,29 @@
"details": "https://github.com/airtoxin/Sublime-Sound", "details": "https://github.com/airtoxin/Sublime-Sound",
"releases": [ "releases": [
{ {
"platforms": ["osx", "linux"], "platforms": "osx",
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/master" "details": "https://github.com/airtoxin/Sublime-Sound/tree/st2-osx"
}, },
{ {
"platforms": "*", "platforms": "linux",
"sublime_text": "<3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/st2-linux"
},
{
"platforms": "osx",
"sublime_text": ">=3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/st3-osx"
},
{
"platforms": "linux",
"sublime_text": ">=3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/st3-linux"
},
{
"platforms": "windows",
"sublime_text": ">=3000", "sublime_text": ">=3000",
"details": "https://github.com/airtoxin/Sublime-Sound/tree/master" "details": "https://github.com/airtoxin/Sublime-Sound/tree/st3-windows"
} }
] ]
}, },
......
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