Tools - Add sog/gm compats to steam workshop (#8568)

This commit is contained in:
PabstMirror 2021-10-21 12:23:08 -05:00 committed by GitHub
parent 9f33c50572
commit 5321efe6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,12 @@ def main(argv):
#tracers: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202414450 #tracers: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202414450
publishFolder(os.path.join(ace_optionals_dir,"@ace_tracers"), "2202414450", changelog_path) publishFolder(os.path.join(ace_optionals_dir,"@ace_tracers"), "2202414450", changelog_path)
#ace_compat_gm: - https://steamcommunity.com/sharedfiles/filedetails/?id=2633534991
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_gm"), "2633534991", changelog_path)
#ace_compat_sog: - https://steamcommunity.com/sharedfiles/filedetails/?id=2633537792
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_sog"), "2633537792", changelog_path)