Skip to content

Commit a0e6598

Browse files
Change the mod folder due to 3rd-party mods seeing RT name and running RT patches
1 parent 1a609be commit a0e6598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/packager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
SOURCE_DIR = "src"
4343
"""str: name of the source directory (relative to the root folder)."""
4444

45-
DEFAULT_OUTPUT_DIR = "GameData{0}RemoteTech".format(os.sep)
45+
DEFAULT_OUTPUT_DIR = "GameData{0}RemoteTechRedev".format(os.sep)
4646
"""str: default output directory for the packager.
4747
4848
This is the location where the final package is put."""
@@ -55,7 +55,7 @@
5555
5656
This is the location where the zipped final package is deposited in."""
5757

58-
DEFAULT_ZIP_FILENAME = "RemoteTech"
58+
DEFAULT_ZIP_FILENAME = "RemoteTechRedev"
5959
"""str: default filename for a zipped file."""
6060

6161
class Packager(object):

0 commit comments

Comments
 (0)