Skip to content

Commit

Permalink
Fix reversed RHS compats - Close #4759 (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Dec 20, 2016
1 parent 886e237 commit 04d4353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/publish.py
Expand Up @@ -112,11 +112,11 @@ def main(argv):


#RHS Compat USA - http://steamcommunity.com/sharedfiles/filedetails/?id=773125288
folder = buildCompatFolder("@ace_compat_rhs_afrf3", ["ace_compat_rhs_afrf3.*"])
folder = buildCompatFolder("@ace_compat_rhs_usf3", ["ace_compat_rhs_usf3.*"])
publishFolder(folder, "773125288", changelog_path)

#RHS Compat Commies - http://steamcommunity.com/sharedfiles/filedetails/?id=773131200
folder = buildCompatFolder("@ace_compat_rhs_usf3", ["ace_compat_rhs_usf3.*"])
folder = buildCompatFolder("@ace_compat_rhs_afrf3", ["ace_compat_rhs_afrf3.*"])
publishFolder(folder, "773131200", changelog_path)

#ADR97 (p90)- http://steamcommunity.com/sharedfiles/filedetails/?id=773136286
Expand Down

0 comments on commit 04d4353

Please sign in to comment.