Skip to content

Commit

Permalink
[Build] Fix missing windows natives in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Dec 25, 2022
1 parent 88f98d8 commit cb381e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-binding-natives/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def fromDir = '../bin'
def libName = 'libimgui-java64.so'

switch (findProperty('deployType')) {
case 'win':
case 'windows':
packageName = 'imgui-java-natives-windows'
packageDesc = 'Native binaries for imgui-java binding for Windows'
moduleName = 'imgui.natives.windows'
Expand Down

0 comments on commit cb381e9

Please sign in to comment.