Skip to content

Commit

Permalink
Merge pull request #99 from ushuayac/patch-1
Browse files Browse the repository at this point in the history
add 0.G Gaiman to stable releases
  • Loading branch information
qrrk authored Mar 14, 2023
2 parents 641a927 + 6a87b5c commit 9303085
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/ReleaseManager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const _ASSET_FILTERS = {
}

const _DDA_STABLE_LINUX = [
{
"name": "0.G Gaiman",
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.G/cdda-linux-tiles-x64-2023-03-01-0054.tar.gz",
"filename": "cdda-linux-tiles-x64-2023-03-01-0054.tar.gz"
},
{
"name": "0.F-2 Frank-2",
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.F-2/cataclysmdda-0.F-Linux_x64-Tiles-0.F-2.tar.gz",
Expand Down Expand Up @@ -77,6 +82,11 @@ const _DDA_STABLE_LINUX = [
]

const _DDA_STABLE_WIN = [
{
"name": "0.G Gaiman",
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.G/cdda-windows-tiles-x64-2023-03-01-0054.zip",
"filename": "cdda-windows-tiles-x64-2023-03-01-0054.zip"
},
{
"name": "0.F-3 Frank-3",
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.F-3/cataclysmdda-0.F-Windows_x64-Tiles-0.F-3.zip",
Expand Down

0 comments on commit 9303085

Please sign in to comment.