Skip to content

Commit 63fe952

Browse files
committed
update gradle
1 parent a2852ae commit 63fe952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ tasks.withType(JavaCompile) {
3232
}
3333

3434
task buildZip (type: Zip, dependsOn: [jar]) {
35-
baseName = 'LuaIDE'
35+
baseName = 'EmmyLua'
3636
destinationDir = file(".")
3737
from (tasks['jar'].outputs) {
38-
into '/LuaIDE/lib'
38+
into '/EmmyLua/lib'
3939
}
4040
from ("libs") {
41-
into '/LuaIDE/lib'
41+
into '/EmmyLua/lib'
4242
}
4343
from (fileTree(dir:'src/main/resources/', includes:['std/**', 'debugger/**'])) {
44-
into '/LuaIDE/'
44+
into '/EmmyLua/'
4545
}
4646
}

0 commit comments

Comments
 (0)