Skip to content

Commit 2241f48

Browse files
committed
remove deleted contrib scripts
1 parent ae32f5f commit 2241f48

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

contribManager.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
scripts = { # keys are names, values are scripts
1111
"convertCyrillic": "cyrillic_convert.py",
1212
"playerInspect": "playerInspect.py",
13-
"rerenderBlocks": "rerenderBlocks.py",
1413
"testRender": "testRender.py",
15-
"validate": "validateRegionFile.py",
1614
"pngit": "png-it.py",
1715
"gallery": "gallery.py",
1816
"regionTrimmer": "regionTrimmer.py",
@@ -21,9 +19,9 @@
2119

2220
# you can symlink or hardlink contribManager.py to another name to have it
2321
# 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
22+
# > ln -s contribManager.py pngit.exe
23+
# > chmod +x pngit.exe
24+
# > ./pngit.exe -h
2725

2826

2927
# figure out what script to execute

0 commit comments

Comments
 (0)