diff --git a/GenerateProjectFiles.bat b/GenerateProjectFiles.bat
index 675456c..3dd589c 100644
--- a/GenerateProjectFiles.bat
+++ b/GenerateProjectFiles.bat
@@ -1,2 +1,2 @@
-cbindgen --config .\Config\Bindings.toml --crate TribuFu --output Source\Header.h
+cbindgen --config .\Config\Bindings.toml --crate tribufu --output Source\Header.h
 call .\Vendor\Premake\Windows\premake5.exe vs2019
diff --git a/GenerateProjectFiles.command b/GenerateProjectFiles.command
index 363f400..673f1b0 100644
--- a/GenerateProjectFiles.command
+++ b/GenerateProjectFiles.command
@@ -1,4 +1,4 @@
 #!/bin/zsh
 
-cbindgen --config ./Config/Bindings.toml --crate TribuFu --output Source/Header.h
+cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
 sudo ./Vendor/Premake/Mac/premake5 xcode4
diff --git a/GenerateProjectFiles.sh b/GenerateProjectFiles.sh
index 56e9e09..3606bd7 100644
--- a/GenerateProjectFiles.sh
+++ b/GenerateProjectFiles.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-cbindgen --config ./Config/Bindings.toml --crate TribuFu --output Source/Header.h
+cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
 sudo ./Vendor/Premake/Linux/premake5 gmake2