From 5321efe6db692669536247eddeb9b8b8c8f0596a Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 21 Oct 2021 12:23:08 -0500 Subject: [PATCH] Tools - Add sog/gm compats to steam workshop (#8568) --- tools/publish.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/publish.py b/tools/publish.py index 36a73b0a5c..c7254fdc14 100644 --- a/tools/publish.py +++ b/tools/publish.py @@ -147,6 +147,12 @@ def main(argv): #tracers: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202414450 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) +