Skip to content

Commit cb381e9

Browse files
authored
[Build] Fix missing windows natives in deployment
1 parent 88f98d8 commit cb381e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-binding-natives/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def fromDir = '../bin'
1717
def libName = 'libimgui-java64.so'
1818

1919
switch (findProperty('deployType')) {
20-
case 'win':
20+
case 'windows':
2121
packageName = 'imgui-java-natives-windows'
2222
packageDesc = 'Native binaries for imgui-java binding for Windows'
2323
moduleName = 'imgui.natives.windows'

0 commit comments

Comments
 (0)