Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating bshook to 5.1.9 and updating artifact build to v3 #1

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ jobs:
run: mv "./build/debug/${{ steps.libname.outputs.NAME }}" "./build/debug_${{
steps.libname.outputs.NAME }}"
- name: Upload non-debug artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.libname.outputs.NAME }}
path: ./build/${{ steps.libname.outputs.NAME }}
if-no-files-found: error
- name: Upload debug artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: debug_${{ steps.libname.outputs.NAME }}
path: ./build/debug_${{ steps.libname.outputs.NAME }}
if-no-files-found: error
- name: Upload qmod artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{env.qmod_name}}.qmod
path: ./${{ env.qmod_name }}.qmod
Expand Down
11 changes: 8 additions & 3 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,19 @@
"pwsh ./scripts/pull-tombstone.ps1"
]
},
"qmodIncludeDirs": ["./build", "./extern/libs"],
"qmodIncludeFiles": ["cover.gif"],
"qmodIncludeDirs": [
"./build",
"./extern/libs"
],
"qmodIncludeFiles": [
"cover.gif"
],
"qmodOutput": "ParticleTuner"
},
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.0",
"versionRange": "^5.1.9",
"additionalData": {
"extraFiles": [
"src/inline-hook"
Expand Down
73 changes: 37 additions & 36 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^5.1.0",
"versionRange": "^5.1.9",
"additionalData": {
"extraFiles": [
"src/inline-hook"
Expand Down Expand Up @@ -100,28 +100,28 @@
{
"dependency": {
"id": "bsml",
"versionRange": "=0.4.42",
"versionRange": "=0.4.43",
"additionalData": {
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.42/libbsml.so",
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.42/debug_libbsml.so",
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.43/libbsml.so",
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.43/debug_libbsml.so",
"overrideSoName": "libbsml.so",
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.42/BSML.qmod",
"branchName": "version/v0_4_42",
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.43/BSML.qmod",
"branchName": "version/v0_4_43",
"cmake": true
}
},
"version": "0.4.42"
"version": "0.4.43"
},
{
"dependency": {
"id": "paper",
"versionRange": "=3.6.3",
"versionRange": "=3.7.0",
"additionalData": {
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/libpaperlog.so",
"debugSoLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/debug_libpaperlog.so",
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.7.0/libpaperlog.so",
"debugSoLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.7.0/debug_libpaperlog.so",
"overrideSoName": "libpaperlog.so",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/paperlog.qmod",
"branchName": "version/v3_6_3",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.7.0/paperlog.qmod",
"branchName": "version/v3_7_0",
"compileOptions": {
"systemIncludes": [
"shared/utfcpp/source"
Expand All @@ -130,18 +130,19 @@
"cmake": false
}
},
"version": "3.6.3"
"version": "3.7.0"
},
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.3.2",
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"additionalData": {
"headersOnly": true,
"cmake": false
"branchName": "version/v1_2_1",
"cmake": true
}
},
"version": "0.3.2"
"version": "1.2.1"
},
{
"dependency": {
Expand Down Expand Up @@ -171,13 +172,13 @@
{
"dependency": {
"id": "custom-types",
"versionRange": "=0.17.8",
"versionRange": "=0.17.10",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/debug_libcustom-types.so",
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.10/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.10/debug_libcustom-types.so",
"overrideSoName": "libcustom-types.so",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.8/CustomTypes.qmod",
"branchName": "version/v0_17_8",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.10/CustomTypes.qmod",
"branchName": "version/v0_17_10",
"compileOptions": {
"cppFlags": [
"-Wno-invalid-offsetof"
Expand All @@ -186,26 +187,26 @@
"cmake": true
}
},
"version": "0.17.8"
"version": "0.17.10"
},
{
"dependency": {
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"id": "libil2cpp",
"versionRange": "=0.3.2",
"additionalData": {
"headersOnly": true,
"branchName": "version/v1_2_1",
"cmake": true
"cmake": false
}
},
"version": "1.2.1"
"version": "0.3.2"
},
{
"dependency": {
"id": "bs-cordl",
"versionRange": "=3700.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v3700_0_0",
"compileOptions": {
"includePaths": [
"include"
Expand All @@ -225,15 +226,15 @@
{
"dependency": {
"id": "beatsaber-hook",
"versionRange": "=5.1.8",
"versionRange": "=5.1.9",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.8/libbeatsaber-hook_5_1_8.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.8/debug_libbeatsaber-hook_5_1_8.so",
"branchName": "version/v5_1_8",
"soLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.9/libbeatsaber-hook_5_1_9.so",
"debugSoLink": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v5.1.9/debug_libbeatsaber-hook_5_1_9.so",
"branchName": "version/v5_1_9",
"cmake": true
}
},
"version": "5.1.8"
"version": "5.1.9"
},
{
"dependency": {
Expand Down Expand Up @@ -266,10 +267,10 @@
{
"dependency": {
"id": "fmt",
"versionRange": "=10.0.0",
"versionRange": "=11.0.2",
"additionalData": {
"headersOnly": true,
"branchName": "version/v10_0_0",
"branchName": "version/v11_0_2",
"compileOptions": {
"systemIncludes": [
"fmt/include/"
Expand All @@ -280,7 +281,7 @@
}
}
},
"version": "10.0.0"
"version": "11.0.2"
}
]
}
Loading