From e5ca540192efb7d653a39a4a099d2fa64521ad77 Mon Sep 17 00:00:00 2001
From: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date: Sat, 16 Jul 2022 18:33:41 +0700
Subject: [PATCH 1/5] Forgot to add recursive flag in auto build
---
.github/workflows/main.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f7ab0eb..ce61b4c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ with:
+ submodules: recursive
- name: Install MSBuild
uses: microsoft/setup-msbuild@v1.0.2
From df211b2360bccd44ee2c0df7332a3bb1edad2e4b Mon Sep 17 00:00:00 2001
From: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date: Sat, 16 Jul 2022 18:43:26 +0700
Subject: [PATCH 2/5] Remove unused protobuf vendor
---
cheat-library/cheat-library.vcxproj | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cheat-library/cheat-library.vcxproj b/cheat-library/cheat-library.vcxproj
index 3168c8b..12bd031 100644
--- a/cheat-library/cheat-library.vcxproj
+++ b/cheat-library/cheat-library.vcxproj
@@ -863,7 +863,7 @@
Use
pch-il2cpp.h
stdcpp17
- $(ProjectDir)src/appdata;$(ProjectDir)src/framework;$(ProjectDir)res/;$(ProjectDir)vendor/protobuf/src/;$(ProjectDir)src/user;$(SolutionDir)cheat-base/src/;$(SolutionDir)cheat-base/vendor/imgui/;$(SolutionDir)cheat-base/vendor/json/single_include/;$(SolutionDir)cheat-base/vendor/magic_enum/include/;$(SolutionDir)cheat-base/vendor/fmt/include/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/simpleIni/;$(SolutionDir)cheat-base/vendor/detours/
+ $(ProjectDir)src/appdata;$(ProjectDir)src/framework;$(ProjectDir)res/;$(ProjectDir)src/user;$(SolutionDir)cheat-base/src/;$(SolutionDir)cheat-base/vendor/imgui/;$(SolutionDir)cheat-base/vendor/json/single_include/;$(SolutionDir)cheat-base/vendor/magic_enum/include/;$(SolutionDir)cheat-base/vendor/fmt/include/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/simpleIni/;$(SolutionDir)cheat-base/vendor/detours/
EnableFastChecks
MultiThreadedDebugDLL
Disabled
@@ -901,7 +901,7 @@
Use
pch-il2cpp.h
stdcpp17
- $(ProjectDir)src/appdata;$(ProjectDir)src/framework;$(ProjectDir)res/;$(ProjectDir)vendor/protobuf/src/;$(ProjectDir)src/user;$(SolutionDir)cheat-base/src/;$(SolutionDir)cheat-base/vendor/imgui/;$(SolutionDir)cheat-base/vendor/json/single_include/;$(SolutionDir)cheat-base/vendor/magic_enum/include/;$(SolutionDir)cheat-base/vendor/fmt/include/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/simpleIni/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/detours/
+ $(ProjectDir)src/appdata;$(ProjectDir)src/framework;$(ProjectDir)res/;$(ProjectDir)src/user;$(SolutionDir)cheat-base/src/;$(SolutionDir)cheat-base/vendor/imgui/;$(SolutionDir)cheat-base/vendor/json/single_include/;$(SolutionDir)cheat-base/vendor/magic_enum/include/;$(SolutionDir)cheat-base/vendor/fmt/include/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/simpleIni/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/detours/
MaxSpeed
true
None
@@ -938,7 +938,7 @@ powershell -nop -c "& {sleep 15}"
Use
pch-il2cpp.h
stdcpp17
- $(ProjectDir)src/appdata;$(ProjectDir)src/framework;$(ProjectDir)res/;$(ProjectDir)vendor/protobuf/src/;$(ProjectDir)src/user;$(SolutionDir)cheat-base/src/;$(SolutionDir)cheat-base/vendor/imgui/;$(SolutionDir)cheat-base/vendor/json/single_include/;$(SolutionDir)cheat-base/vendor/magic_enum/include/;$(SolutionDir)cheat-base/vendor/fmt/include/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/simpleIni/;$(SolutionDir)cheat-base/vendor/detours/
+ $(ProjectDir)src/appdata;$(ProjectDir)src/framework;$(ProjectDir)res/;$(ProjectDir)src/user;$(SolutionDir)cheat-base/src/;$(SolutionDir)cheat-base/vendor/imgui/;$(SolutionDir)cheat-base/vendor/json/single_include/;$(SolutionDir)cheat-base/vendor/magic_enum/include/;$(SolutionDir)cheat-base/vendor/fmt/include/;$(SolutionDir)cheat-base/vendor/imgui-notify-v2/;$(SolutionDir)cheat-base/vendor/simpleIni/;$(SolutionDir)cheat-base/vendor/detours/
MaxSpeed
true
None
@@ -968,4 +968,4 @@ powershell -nop -c "& {sleep 15}"
-
\ No newline at end of file
+
From a97f25c196b1ab396edd6d54f60bf03c2fc93288 Mon Sep 17 00:00:00 2001
From: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date: Sat, 16 Jul 2022 18:54:16 +0700
Subject: [PATCH 3/5] Delete protobuf
---
cheat-library/vendor/protobuf | 1 -
1 file changed, 1 deletion(-)
delete mode 160000 cheat-library/vendor/protobuf
diff --git a/cheat-library/vendor/protobuf b/cheat-library/vendor/protobuf
deleted file mode 160000
index 6f99f12..0000000
--- a/cheat-library/vendor/protobuf
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 6f99f12a6b3e2a38f444d9d052eb29822f885913
From 73451ed24a2fafa5bd180c0611647f3e2cace172 Mon Sep 17 00:00:00 2001
From: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date: Sat, 16 Jul 2022 19:06:43 +0700
Subject: [PATCH 4/5] Update README.md
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8c55ce0..eb7481e 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,16 @@ As well as setting up **`cheat-library`** as startup project.
1. Open `Akebi-GC/akebi-gc.sln`
1. Build solution `akebi-gc.sln`.
-## Release
+## Stable Release
1. Head over to the releases page
1. Download the latest binaries
+## Latest Release
+1. Head over to the [action](https://github.com/Akebi-Group/Akebi-GC/actions) page
+1. Click Publish workflow
+1. Select most recent workflow with green checkmark ✔
+1. Download Akebi-GC-release in Artifacts section
+
### Requirements
- [Visual C++ Redistributable packages for Visual Studio 2015-2022](https://aka.ms/vs/17/release/vc_redist.x64.exe) (x64)
- [Visual C++ Redistributable packages for Visual Studio 2015-2022](https://aka.ms/vs/17/release/vc_redist.x86.exe) (x86)
From d6fc5e9833d5ee69cd223e5dc1634639462424e9 Mon Sep 17 00:00:00 2001
From: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date: Sun, 17 Jul 2022 13:51:58 +0700
Subject: [PATCH 5/5] Only build action on push
---
.github/workflows/main.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ce61b4c..c8740a6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,8 +3,6 @@ name: Publish
on:
push:
branches: [ master ]
- pull_request:
- branches: [ master ]
env:
SOLUTION_FILE_PATH: ./akebi-gc.sln