summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index b28e36e..cfaa7ff 100644
--- a/build.py
+++ b/build.py
@@ -68,7 +68,7 @@ def buildDeobfTestJar(outPath, inPath):
68 68
69def applyReadme(dirTemp): 69def 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
74def buildStandaloneJar(dirOut): 74def buildStandaloneJar(dirOut):