File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010scripts = { # 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" ,
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
You can’t perform that action at this time.
0 commit comments