Skip to content

Commit

Permalink
Merge pull request #20 from DazedNConfused-/develop
Browse files Browse the repository at this point in the history
Prepare for v1.6.3 release
  • Loading branch information
DazedNConfused- authored Mar 8, 2022
2 parents ed3036d + d70ee03 commit 919dbae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cddagl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
2 changes: 1 addition & 1 deletion cddagl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
GAME_ISSUE_URL = 'https://cataclysmdda.org/#ive-found-a-bug--i-would-like-to-make-a-suggestion-what-should-i-do'

BUILD_TAG = lambda bn: f'cdda-jenkins-b{bn}'
NEW_BUILD_TAG = lambda bn: f'experimental-{bn}'
NEW_BUILD_TAG = lambda bn: f'cdda-experimental-{bn}'

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

Expand Down
4 changes: 2 additions & 2 deletions cddagl/ui/views/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ def find_build_finished(self):
new_target_regex = re.compile(
r'cdda-windows-' +
re.escape(new_asset_graphics) + r'-' +
re.escape(new_asset_platform) + r'-' +
re.escape(new_asset_platform) + r'-msvc-' +
r'b?(?P<build>[0-9\-]+)\.zip'
)

Expand Down Expand Up @@ -3031,7 +3031,7 @@ def lb_http_finished(self):
new_target_regex = re.compile(
r'cdda-windows-' +
re.escape(new_asset_graphics) + r'-' +
re.escape(new_asset_platform) + r'-' +
re.escape(new_asset_platform) + r'-msvc-' +
r'b?(?P<build>[0-9\-]+)\.zip'
)

Expand Down
11 changes: 0 additions & 11 deletions data/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,6 @@
"url": "https://github.com/Poragon/No-Freeze/archive/master.zip",
"homepage": "https://discourse.cataclysmdda.org/t/no-freeze-mod-release/16709/20"
},
{
"type": "direct_download",
"ident": "GunCotton",
"name": "Gun Cotton",
"authors": [ "vegarbg" ],
"description": "Adds craftable gun cotton, gun cotton based explosives, and gunpowder.",
"category": "items",
"dependencies": [ "dda" ],
"url": "https://github.com/vegarbg/GunCotton/archive/master.zip",
"homepage": "https://github.com/vegarbg/GunCotton"
},
{
"type": "direct_download",
"ident": "secronom",
Expand Down

0 comments on commit 919dbae

Please sign in to comment.