Skip to content

Commit ce834e7

Browse files
committed
Update core lib name
1 parent e455f4c commit ce834e7

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

src/main/kotlin/com/tomwyr/command/Command.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GenerateTreeCommand(
2222
companion object Factory {
2323
fun from(project: Project, input: GodotNodeTreeInput): GenerateTreeCommand {
2424
val rootPath = project.projectDir.absolutePath
25-
val libPath = "NodeTreeGenerator.dylib"
25+
val libPath = "GodotNodeTreeCore"
2626
val projectPath = getProjectPath(rootPath = rootPath, relativePath = input.projectPath)
2727
val outputPath = getOutputPath(rootPath = rootPath, packageName = input.packageName)
2828

-463 KB
Binary file not shown.
435 KB
Binary file not shown.

src/test/kotlin/com/tomwyr/GeneratorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const val basePath = "src/test/resources/"
4646

4747
fun setUpTestCommand(testCase: String, packageName: String): GenerateTreeCommand {
4848
return GenerateTreeCommand(
49-
libPath = "NodeTreeGenerator.dylib",
49+
libPath = "libGodotNodeTreeCore.dylib",
5050
projectPath = "$basePath/$testCase/scenes",
5151
outputPath = "$basePath/$testCase/Actual",
5252
packageName = packageName,
-463 KB
Binary file not shown.
435 KB
Binary file not shown.

0 commit comments

Comments
 (0)