We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae32f5f commit 2241f48Copy full SHA for 2241f48
contribManager.py
@@ -10,9 +10,7 @@
10
scripts = { # keys are names, values are scripts
11
"convertCyrillic": "cyrillic_convert.py",
12
"playerInspect": "playerInspect.py",
13
- "rerenderBlocks": "rerenderBlocks.py",
14
"testRender": "testRender.py",
15
- "validate": "validateRegionFile.py",
16
"pngit": "png-it.py",
17
"gallery": "gallery.py",
18
"regionTrimmer": "regionTrimmer.py",
@@ -21,9 +19,9 @@
21
19
22
20
# you can symlink or hardlink contribManager.py to another name to have it
23
# automatically find the right script to run. For example:
24
-# > ln -s contribManager.py validate.exe
25
-# > chmod +x validate.exe
26
-# > ./validate.exe -h
+# > ln -s contribManager.py pngit.exe
+# > chmod +x pngit.exe
+# > ./pngit.exe -h
27
28
29
# figure out what script to execute
0 commit comments