From 8f46b12c884d6a5b621359014a2ff82382d5faf3 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Sat, 4 May 2024 10:34:21 +0300 Subject: [PATCH 1/4] bot test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7c0524..28d5d56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,3 +30,4 @@ set(CMAKE_CXX_STANDARD 17) # Install rules (optional) install(TARGETS DragonBurn DESTINATION bin) + From b6d2ca8e7ce5ef0edf63aff865d406146f9862a1 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Sat, 4 May 2024 10:54:09 +0300 Subject: [PATCH 2/4] bot test --- .github/workflows/issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index cf08231..d7267d2 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -18,4 +18,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, body: 'Thanks for using our software! We will look into and fix your issue asap also, if CS2 was recently updated wait for an up-to-date fix, cuz often game updates break cheats.' - }) \ No newline at end of file + }) + \ No newline at end of file From fd1ee9823ab02d1bfaa5fbd727fe8b9bf3072585 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Sat, 4 May 2024 10:55:35 +0300 Subject: [PATCH 3/4] Revert "bot test" This reverts commit b6d2ca8e7ce5ef0edf63aff865d406146f9862a1. --- .github/workflows/issues.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index d7267d2..cf08231 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -18,5 +18,4 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, body: 'Thanks for using our software! We will look into and fix your issue asap also, if CS2 was recently updated wait for an up-to-date fix, cuz often game updates break cheats.' - }) - \ No newline at end of file + }) \ No newline at end of file From 9ffa05cad935a5c0e93755c42644d5d241ea50e4 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Sat, 4 May 2024 11:01:06 +0300 Subject: [PATCH 4/4] Revert "bot test" This reverts commit 8f46b12c884d6a5b621359014a2ff82382d5faf3. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28d5d56..e7c0524 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,4 +30,3 @@ set(CMAKE_CXX_STANDARD 17) # Install rules (optional) install(TARGETS DragonBurn DESTINATION bin) -