Skip to content

Commit 919dbae

Browse files
Merge pull request #20 from DazedNConfused-/develop
Prepare for v1.6.3 release
2 parents ed3036d + d70ee03 commit 919dbae

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

cddagl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

cddagl/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
GAME_ISSUE_URL = 'https://cataclysmdda.org/#ive-found-a-bug--i-would-like-to-make-a-suggestion-what-should-i-do'
2727

2828
BUILD_TAG = lambda bn: f'cdda-jenkins-b{bn}'
29-
NEW_BUILD_TAG = lambda bn: f'experimental-{bn}'
29+
NEW_BUILD_TAG = lambda bn: f'cdda-experimental-{bn}'
3030

3131
WORLD_FILES = set(('worldoptions.json', 'worldoptions.txt', 'master.gsav'))
3232

cddagl/ui/views/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ def find_build_finished(self):
14711471
new_target_regex = re.compile(
14721472
r'cdda-windows-' +
14731473
re.escape(new_asset_graphics) + r'-' +
1474-
re.escape(new_asset_platform) + r'-' +
1474+
re.escape(new_asset_platform) + r'-msvc-' +
14751475
r'b?(?P<build>[0-9\-]+)\.zip'
14761476
)
14771477

@@ -3031,7 +3031,7 @@ def lb_http_finished(self):
30313031
new_target_regex = re.compile(
30323032
r'cdda-windows-' +
30333033
re.escape(new_asset_graphics) + r'-' +
3034-
re.escape(new_asset_platform) + r'-' +
3034+
re.escape(new_asset_platform) + r'-msvc-' +
30353035
r'b?(?P<build>[0-9\-]+)\.zip'
30363036
)
30373037

data/mods.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,6 @@
197197
"url": "https://github.com/Poragon/No-Freeze/archive/master.zip",
198198
"homepage": "https://discourse.cataclysmdda.org/t/no-freeze-mod-release/16709/20"
199199
},
200-
{
201-
"type": "direct_download",
202-
"ident": "GunCotton",
203-
"name": "Gun Cotton",
204-
"authors": [ "vegarbg" ],
205-
"description": "Adds craftable gun cotton, gun cotton based explosives, and gunpowder.",
206-
"category": "items",
207-
"dependencies": [ "dda" ],
208-
"url": "https://github.com/vegarbg/GunCotton/archive/master.zip",
209-
"homepage": "https://github.com/vegarbg/GunCotton"
210-
},
211200
{
212201
"type": "direct_download",
213202
"ident": "secronom",

0 commit comments

Comments
 (0)