From 7349f4b05d1485c59abf5b93eb9fca571e980a86 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:48:31 -0600 Subject: [PATCH 1/5] Update gradle.yml --- .github/workflows/gradle.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 533075be..d0c8bf32 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -4,7 +4,6 @@ # documentation. # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle - name: Build Pojlib on: @@ -20,6 +19,7 @@ jobs: build: runs-on: windows-2022 + steps: - uses: actions/checkout@v3 with: @@ -40,22 +40,19 @@ jobs: local-cache: true link-to-sdk: true - name: Make Gradle wrapper executable and pull LFS - run: git lfs pull | chmod +x ./gradlew - - name: Decode keystore - run: | - bash -c 'base64 --decode <<< "$QCXR_KEYSTORE_BASE64" > qcxr.keystore' - env: - QCXR_KEYSTORE_BASE64: ${{ secrets.QCXR_KEYSTORE_BASE64 }} + run: git lfs pull - name: Build with Gradle uses: gradle/gradle-build-action@v2 with: arguments: build - env: - QCXR_KEYSTORE_ALIAS: ${{ secrets.QCXR_KEYSTORE_ALIAS }} - QCXR_KEYSTORE_PASS: ${{ secrets.QCXR_KEYSTORE_PASS }} - - name: Upload APK + - name: Upload debug + uses: actions/upload-artifact@v3 + with: + name: app-release + path: wrapper/launcher/build/outputs/apk/release/* + - name: Upload release uses: actions/upload-artifact@v3 with: name: app-debug - path: build/outputs/aar/* + path: wrapper/launcher/build/outputs/apk/debug/* From 78d0d47f945ea44c50a889da9275e81106ea9b67 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:54:41 +0000 Subject: [PATCH 2/5] im using the shittiest laptop and github codespaces to make this change lol --- .gitmodules | 2 +- wrapper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index cf7ba34c..1677f98e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "wrapper"] path = wrapper - url = https://github.com/QuestCraftPlusPlus/Wrapper-IL2CPP.git + url = https://github.com/thewiilover/Wrapper-IL2CPP.git diff --git a/wrapper b/wrapper index 6b9b7a66..bb53e37d 160000 --- a/wrapper +++ b/wrapper @@ -1 +1 @@ -Subproject commit 6b9b7a66524e644d2b78d0fa621e6ffb61674302 +Subproject commit bb53e37d8afdef78fd055ff073dac9e911564913 From 67645e101015ed5f6711ed918b284eeecaa5de26 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:14:49 +0000 Subject: [PATCH 3/5] shitty laptop part 2 --- wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper b/wrapper index bb53e37d..f4ea036f 160000 --- a/wrapper +++ b/wrapper @@ -1 +1 @@ -Subproject commit bb53e37d8afdef78fd055ff073dac9e911564913 +Subproject commit f4ea036fe6edc5cc5a66714f5f567a5410126774 From 259dafd5a06534e9887abe05545d8f7405b9fd34 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:23:01 +0000 Subject: [PATCH 4/5] shit laptop --- wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper b/wrapper index f4ea036f..206f8059 160000 --- a/wrapper +++ b/wrapper @@ -1 +1 @@ -Subproject commit f4ea036fe6edc5cc5a66714f5f567a5410126774 +Subproject commit 206f80596675776f3f6dc41fff2e9b625de59acd From 1f375d1151e9ec82bf1e1b5071e5567d42568249 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:33:08 +0000 Subject: [PATCH 5/5] change branch used for submodule --- wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper b/wrapper index 206f8059..a292a565 160000 --- a/wrapper +++ b/wrapper @@ -1 +1 @@ -Subproject commit 206f80596675776f3f6dc41fff2e9b625de59acd +Subproject commit a292a5656f62a4b9f723ea11c37140214668a73b