From c735267794d91b01b7a0ba4156f00e15b1aaad86 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Mon, 4 Dec 2023 10:17:44 +0100 Subject: [PATCH] fix: fix curl submodule --- .gitmodules | 2 +- src/tlsdll/resource.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 93f0da26..91582ad4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,8 +27,8 @@ url = https://github.com/nothings/stb.git [submodule "deps/curl"] path = deps/curl - branch = curl-8_4_0 url = https://github.com/curl/curl.git + branch = curl-8_4_0 [submodule "deps/discord-rpc"] path = deps/discord-rpc url = https://github.com/discord/discord-rpc.git diff --git a/src/tlsdll/resource.rc b/src/tlsdll/resource.rc index e9db05fe..dbd2de6f 100644 --- a/src/tlsdll/resource.rc +++ b/src/tlsdll/resource.rc @@ -60,7 +60,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "momo5502" + VALUE "CompanyName", "AlterWare" VALUE "FileDescription", "TLS index allocation dll" VALUE "FileVersion", "1.0.0.0" VALUE "InternalName", "TLS DLL"