Skip to content

Commit 08b0eaf

Browse files
committed
Bump version v1.0.1-v6.2.0
1 parent cd5535b commit 08b0eaf

File tree

5 files changed

+66
-17
lines changed

5 files changed

+66
-17
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
url=$(echo "$response" | jq -r '.upload_url')
6767
echo $url
68-
echo upload_url="$url" >> $GITHUB_OUTPUT
68+
echo "upload_url=$url" >> $GITHUB_OUTPUT
6969
env:
7070
response: ${{ steps.get_release.outputs.data }}
7171

@@ -75,7 +75,7 @@ jobs:
7575
cd ./build/
7676
pattern="lib${module_id}*.so"
7777
files=( $pattern )
78-
echo NAME="${files[0]}" >> $GITHUB_OUTPUT
78+
echo "NAME=${files[0]}" >> $GITHUB_OUTPUT
7979
8080
# Upload our release assets
8181
- name: Upload Release Asset

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Android.mk.backup
5555
# QPM stuff
5656
[Ee]xtern/
5757
*.qmod
58-
mod.json
58+
#mod.json
5959
qpm_defines.cmake
6060
![Cc][Mm]ake[Ll]ists.txt
6161

mod.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"_QPVersion": "0.1.2",
3+
"name": "QBeatSaberPlus-MenuMusic",
4+
"id": "qbeatsaberplus-menumusic",
5+
"author": "HardCPP",
6+
"version": "1.0.1-v6.2.0",
7+
"packageId": "com.beatgames.beatsaber",
8+
"packageVersion": "1.28.0_4124311467",
9+
"description": "Feel good!",
10+
"coverImage": "cover.png",
11+
"dependencies": [
12+
{
13+
"version": "^0.33.0",
14+
"id": "codegen",
15+
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.33.0/Codegen.qmod"
16+
},
17+
{
18+
"version": "^0.15.24",
19+
"id": "custom-types",
20+
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.24/CustomTypes.qmod"
21+
},
22+
{
23+
"version": "^0.10.15",
24+
"id": "songloader",
25+
"downloadIfMissing": "https://github.com/darknight1050/SongLoader/releases/download/v0.10.17/SongLoader.qmod"
26+
},
27+
{
28+
"version": "^1.0.1-v6.2.0",
29+
"id": "chatplex-sdk-bs",
30+
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.1-v6.2.0/ChatPlexSDK-BS.qmod"
31+
}
32+
],
33+
"modFiles": [
34+
"libqbeatsaberplus-menumusic.so"
35+
],
36+
"libraryFiles": [
37+
"libbeatsaber-hook_3_14_0.so"
38+
],
39+
"fileCopies": [],
40+
"copyExtensions": []
41+
}

qpm.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "QBeatSaberPlus-MenuMusic",
66
"id": "qbeatsaberplus-menumusic",
7-
"version": "1.0.0-v6.2.0",
7+
"version": "1.0.1-v6.2.0",
88
"url": "https://github.com/hardcpp/QBeatSaberPlus-MenuMusic",
99
"additionalData": {
1010
"overrideSoName": "libqbeatsaberplus-menumusic.so"
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"id": "chatplex-sdk-bs",
50-
"versionRange": "^1.0.0-v6.2.0",
50+
"versionRange": "^1.0.1-v6.2.0",
5151
"additionalData": {
5252
"private": true
5353
}
@@ -68,6 +68,10 @@
6868
"pwsh ./start-logging.ps1"
6969
],
7070
"qmod": [
71+
"pwsh ./build.ps1 -clean",
72+
"pwsh ./createqmod.ps1 -clean"
73+
],
74+
"qmod_backup": [
7175
"pwsh ./build.ps1 -clean",
7276
"qpm qmod build",
7377
"pwsh ./createqmod.ps1 -clean"

qpm.shared.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "QBeatSaberPlus-MenuMusic",
77
"id": "qbeatsaberplus-menumusic",
8-
"version": "1.0.0-v6.2.0",
8+
"version": "1.0.1-v6.2.0",
99
"url": "https://github.com/hardcpp/QBeatSaberPlus-MenuMusic",
1010
"additionalData": {
1111
"overrideSoName": "libqbeatsaberplus-menumusic.so"
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"id": "chatplex-sdk-bs",
51-
"versionRange": "^1.0.0-v6.2.0",
51+
"versionRange": "^1.0.1-v6.2.0",
5252
"additionalData": {
5353
"private": true
5454
}
@@ -58,20 +58,24 @@
5858
"scripts": {
5959
"qmod": [
6060
"pwsh ./build.ps1 -clean",
61-
"qpm qmod build",
6261
"pwsh ./createqmod.ps1 -clean"
6362
],
6463
"build": [
6564
"pwsh ./build.ps1"
6665
],
66+
"clean": [
67+
"pwsh ./build.ps1 -clean"
68+
],
6769
"log": [
6870
"pwsh ./start-logging.ps1"
6971
],
72+
"qmod_backup": [
73+
"pwsh ./build.ps1 -clean",
74+
"qpm qmod build",
75+
"pwsh ./createqmod.ps1 -clean"
76+
],
7077
"copy": [
7178
"pwsh ./copy.ps1"
72-
],
73-
"clean": [
74-
"pwsh ./build.ps1 -clean"
7579
]
7680
}
7781
}
@@ -102,17 +106,17 @@
102106
{
103107
"dependency": {
104108
"id": "chatplex-sdk-bs",
105-
"versionRange": "=1.0.0-v6.2.0",
109+
"versionRange": "=1.0.1-v6.2.0",
106110
"additionalData": {
107-
"soLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.0-v6.2.0/libchatplex-sdk-bs.so",
108-
"debugSoLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.0-v6.2.0/debug_libchatplex-sdk-bs.so",
111+
"soLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.1-v6.2.0/libchatplex-sdk-bs.so",
112+
"debugSoLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.1-v6.2.0/debug_libchatplex-sdk-bs.so",
109113
"overrideSoName": "libchatplex-sdk-bs.so",
110-
"modLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.0-v6.2.0/ChatPlexSDK-BS",
111-
"branchName": "version/v1_0_0-v6_2_0",
114+
"modLink": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v1.0.1-v6.2.0/ChatPlexSDK-BS.qmod",
115+
"branchName": "version/v1_0_1-v6_2_0",
112116
"cmake": true
113117
}
114118
},
115-
"version": "1.0.0-v6.2.0"
119+
"version": "1.0.1-v6.2.0"
116120
},
117121
{
118122
"dependency": {

0 commit comments

Comments
 (0)