Skip to content

Commit 230e732

Browse files
committed
build.gradle
1 parent b6bf413 commit 230e732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ task buildProduct (dependsOn:build) {
215215
tasks["linkEmmy.arch.exeX${arch}ReleaseExecutable"],
216216
tasks["linkEmmy.tool.exeX${arch}ReleaseExecutable"],
217217
tasks["linkEmmy.backend.dllX${arch}ReleaseSharedLibrary"],
218-
//tasks["linkEasyHookX${arch}ReleaseSharedLibrary"]
218+
tasks["linkEasyHookX${arch}ReleaseSharedLibrary"]
219219
].each { link ->
220220
copy {
221221
from link.outputs
222-
into "/build/x${arch}"
222+
into "/build/product/x${arch}"
223223
include "*.dll", "*.exe"
224224
}
225225
}

0 commit comments

Comments
 (0)