Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> ${GITHUB_OUTPUT}

- name: Setup qpm
uses: Fernthedev/qpm-action@main
uses: Fernthedev/qpm-action@v1
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
restore: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo VERSION="${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Setup qpm
uses: Fernthedev/qpm-action@main
uses: Fernthedev/qpm-action@v1
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
restore: true
Expand All @@ -54,6 +54,7 @@ jobs:
qpm_release_bin: true
qpm_debug_bin: true
qpm_qmod: ${{ env.qmodName }}.qmod
resolve_ndk: true

- name: Build & Create Qmod
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ cmake-build-*/
extern.cmake

# QMOD Schema
mod.json.schema
mod.json.schema
.env
2 changes: 1 addition & 1 deletion include/git_info.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#define GIT_USER "HardCPP"
#define GIT_BRANCH "dev"
#define GIT_COMMIT 0x651e00a
#define GIT_COMMIT 0x72cdad3
#define GIT_MODIFIED 1
14 changes: 7 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "qbeatsaberplus-notetweaker",
"modloader": "Scotland2",
"author": "HardCPP",
"version": "6.4.1",
"version": "6.4.5",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.4_5283",
"description": "Feel good!",
Expand All @@ -17,19 +17,19 @@
"downloadIfMissing": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod"
},
{
"version": "^0.18.3",
"version": "^0.18.4",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/CustomTypes.qmod"
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.4/CustomTypes.qmod"
},
{
"version": "^4.6.4",
"version": "^4.8.0",
"id": "paper2_scotland2",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod"
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.8.0/paper2_scotland2.qmod"
},
{
"version": "^6.4.1",
"version": "^6.4.5",
"id": "chatplex-sdk-bs",
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/ChatPlexSDK-BS.qmod"
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.5/ChatPlexSDK-BS.qmod"
}
],
"modFiles": [],
Expand Down
28 changes: 14 additions & 14 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"info": {
"name": "QBeatSaberPlus-NoteTweaker",
"id": "qbeatsaberplus-notetweaker",
"version": "6.4.1",
"version": "6.4.5",
"url": "https://github.com/hardcpp/QBeatSaberPlus-NoteTweaker",
"additionalData": {
"overrideSoName": "libqbeatsaberplus-notetweaker.so",
Expand All @@ -15,34 +15,34 @@
"workspace": {
"scripts": {
"build": [
"pwsh ./build.ps1"
"pwsh ./scripts/build.ps1"
],
"clean": [
"pwsh ./build.ps1 -clean"
"pwsh ./scripts/build.ps1 -clean"
],
"copy": [
"pwsh ./copy.ps1"
"pwsh ./scripts/copy.ps1"
],
"log": [
"pwsh ./start-logging.ps1"
"pwsh ./scripts/start-logging.ps1"
],
"qmod": [
"pwsh ./build.ps1 -clean",
"pwsh ./createqmod.ps1 -clean"
"pwsh ./scripts/build.ps1 -clean",
"pwsh ./scripts/createqmod.ps1 -clean"
],
"qmod_backup": [
"pwsh ./build.ps1 -clean",
"pwsh ./scripts/build.ps1 -clean",
"qpm qmod build",
"pwsh ./createqmod.ps1 -clean"
"pwsh ./scripts/createqmod.ps1 -clean"
]
},
"ndk": "^27.2.12479018",
"ndk": "^27.3.13750724",
"qmodIncludeDirs": [
"build",
"extern/libs"
],
"qmodIncludeFiles": [],
"qmodOutput": "./QBeatSaberPlus-MenuMusic.qmod"
"qmodOutput": "./QBeatSaberPlus-NoteTweaker.qmod"
},
"dependencies": [
{
Expand All @@ -57,7 +57,7 @@
},
{
"id": "custom-types",
"versionRange": "^0.18.3",
"versionRange": "^0.18.4",
"additionalData": {}
},
{
Expand All @@ -77,7 +77,7 @@
},
{
"id": "paper2_scotland2",
"versionRange": "^4.6.4",
"versionRange": "^4.8.0",
"additionalData": {}
},
{
Expand All @@ -87,7 +87,7 @@
},
{
"id": "chatplex-sdk-bs",
"versionRange": "^6.4.1",
"versionRange": "^6.4.5",
"additionalData": {
"private": true
}
Expand Down
Loading
Loading