diff options
Diffstat (limited to 'Project_Export.toml')
| -rw-r--r-- | Project_Export.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project_Export.toml b/Project_Export.toml index 50896b1..5261a7b 100644 --- a/Project_Export.toml +++ b/Project_Export.toml @@ -31,5 +31,6 @@ win_exes = { raw = "./", target = "./bin", files = [ # Windows dynamic link libraries dlls = { raw = "./", target = "./lib", files = [ - "nogamepads_c.dll" + "nogamepads_c.dll", + "nogamepads_c.dll.lib" ] }
\ No newline at end of file |
