From 1e24813bc87baf5b6f0edca84b4574f3e1d7b4f9 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Wed, 24 Feb 2021 09:42:56 -0300 Subject: [PATCH] Update Setup Scripts --- GenerateProjectFiles.bat | 2 +- GenerateProjectFiles.command | 2 +- GenerateProjectFiles.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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