mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Add sog/gm compats to steam workshop (#8568)
This commit is contained in:
parent
9f33c50572
commit
5321efe6db
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user