Commit e0d4bd13 authored by FichteFoll's avatar FichteFoll

Merge pull request #4194 from airtoxin/split

Split Release
parents 07867061 cba60bca
......@@ -78,8 +78,19 @@
"details": "https://github.com/airtoxin/Achievement",
"releases": [
{
"platforms": "windows",
"sublime_text": "*",
"branch": "master"
"tags": "windows-"
},
{
"platforms": "linux",
"sublime_text": "*",
"tags": "linux-"
},
{
"platforms": "osx",
"sublime_text": "*",
"tags": "osx-"
}
]
},
......@@ -233,11 +244,11 @@
"details": "https://github.com/TUD-INF-IAI-MCI/AgsbsMarkdownPlugin",
"releases": [
{
"sublime_text": "<3000",
"sublime_text": "<3000",
"tags": "st2-"
},
{
"sublime_text": ">=3000",
"sublime_text": ">=3000",
"tags": "st3-"
}
]
......
......@@ -1651,13 +1651,29 @@
"details": "https://github.com/airtoxin/Sublime-Sound",
"releases": [
{
"platforms": "osx",
"sublime_text": "<3000",
"platforms": ["osx", "linux"],
"branch": "master"
"tags": "st2-osx-"
},
{
"platforms": "linux",
"sublime_text": "<3000",
"tags": "st2-linux-"
},
{
"platforms": "osx",
"sublime_text": ">=3000",
"branch": "master"
"tags": "st3-osx-"
},
{
"platforms": "linux",
"sublime_text": ">=3000",
"tags": "st3-linux-"
},
{
"platforms": "windows",
"sublime_text": ">=3000",
"tags": "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