diff options
Diffstat (limited to 'build.py')
| -rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -68,7 +68,7 @@ def buildDeobfTestJar(outPath, inPath): | |||
| 68 | 68 | ||
| 69 | def applyReadme(dirTemp): | 69 | def applyReadme(dirTemp): |
| 70 | ssjb.file.copy(dirTemp, "license.APL2.txt") | 70 | ssjb.file.copy(dirTemp, "license.APL2.txt") |
| 71 | ssjb.file.copy(dirTemp, "license.GPL3.txt") | 71 | ssjb.file.copy(dirTemp, "license.LGPL3.txt") |
| 72 | ssjb.file.copy(dirTemp, "readme.txt") | 72 | ssjb.file.copy(dirTemp, "readme.txt") |
| 73 | 73 | ||
| 74 | def buildStandaloneJar(dirOut): | 74 | def buildStandaloneJar(dirOut): |