Tools - Prep publish for new RHS SAF compat (#7816)

This commit is contained in:
PabstMirror 2020-07-22 13:22:55 -05:00 committed by GitHub
parent 23081e0ae5
commit f2dfcceb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ def main(argv):
#RHS Compat GREF - http://steamcommunity.com/sharedfiles/filedetails/?id=884966711
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rhs_gref3"), "884966711", changelog_path)
#RHS Compat SAF - http://steamcommunity.com/sharedfiles/filedetails/?id=2174495332
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rhs_saf3"), "2174495332", changelog_path)
if __name__ == "__main__":