Skip to content

Commit

Permalink
Experimental release naming conventions changed (#182)
Browse files Browse the repository at this point in the history
fix #180
change cdda-*-tiles-x64 to cdda-*-with-graphics-and-sounds-x64
  • Loading branch information
pierredavidbelanger authored Nov 18, 2024
1 parent 12358f1 commit cc3885b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ReleaseManager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const _RELEASE_URLS = {
const _ASSET_FILTERS = {
"dda-experimental-linux": {
"field": "name",
"substring": "cdda-linux-tiles-x64",
"substring": "cdda-linux-with-graphics-and-sounds-x64",
},
"dda-experimental-win": {
"field": "name",
"substring": "cdda-windows-tiles-x64",
"substring": "cdda-windows-with-graphics-and-sounds-x64",
},
"bn-experimental-linux": {
"field": "name",
Expand Down

0 comments on commit cc3885b

Please sign in to comment.