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 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) +