Skip to content

Commit 9303085

Browse files
authored
Merge pull request #99 from ushuayac/patch-1
add 0.G Gaiman to stable releases
2 parents 641a927 + 6a87b5c commit 9303085

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/ReleaseManager.gd

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ const _ASSET_FILTERS = {
3434
}
3535

3636
const _DDA_STABLE_LINUX = [
37+
{
38+
"name": "0.G Gaiman",
39+
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.G/cdda-linux-tiles-x64-2023-03-01-0054.tar.gz",
40+
"filename": "cdda-linux-tiles-x64-2023-03-01-0054.tar.gz"
41+
},
3742
{
3843
"name": "0.F-2 Frank-2",
3944
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.F-2/cataclysmdda-0.F-Linux_x64-Tiles-0.F-2.tar.gz",
@@ -77,6 +82,11 @@ const _DDA_STABLE_LINUX = [
7782
]
7883

7984
const _DDA_STABLE_WIN = [
85+
{
86+
"name": "0.G Gaiman",
87+
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.G/cdda-windows-tiles-x64-2023-03-01-0054.zip",
88+
"filename": "cdda-windows-tiles-x64-2023-03-01-0054.zip"
89+
},
8090
{
8191
"name": "0.F-3 Frank-3",
8292
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/0.F-3/cataclysmdda-0.F-Windows_x64-Tiles-0.F-3.zip",

0 commit comments

Comments
 (0)