We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a609be commit a0e6598Copy full SHA for a0e6598
scripts/packager.py
@@ -42,7 +42,7 @@
42
SOURCE_DIR = "src"
43
"""str: name of the source directory (relative to the root folder)."""
44
45
-DEFAULT_OUTPUT_DIR = "GameData{0}RemoteTech".format(os.sep)
+DEFAULT_OUTPUT_DIR = "GameData{0}RemoteTechRedev".format(os.sep)
46
"""str: default output directory for the packager.
47
48
This is the location where the final package is put."""
@@ -55,7 +55,7 @@
55
56
This is the location where the zipped final package is deposited in."""
57
58
-DEFAULT_ZIP_FILENAME = "RemoteTech"
+DEFAULT_ZIP_FILENAME = "RemoteTechRedev"
59
"""str: default filename for a zipped file."""
60
61
class Packager(object):
0 commit comments