File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 33 "name" : " ChatPlexSDK-BS" ,
44 "id" : " chatplex-sdk-bs" ,
55 "author" : " HardCPP" ,
6- "version" : " 1.0.1-v6.2.0" ,
6+ "version" : " 1.0.2-v6.2.0" ,
7+ "packageId" : " com.beatgames.beatsaber" ,
8+ "packageVersion" : " 1.28.0_4124311467" ,
79 "description" : " ChatPlex BeatSaber modding SDK (Dependence for other mods)" ,
810 "coverImage" : " cover.png" ,
911 "dependencies" : [
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/main/QuestPatcher.QMod/Resources/qmod.schema.json" ,
23 "_QPVersion" : " 0.1.2" ,
34 "name" : " ${mod_name}" ,
45 "id" : " ${mod_id}" ,
56 "author" : " HardCPP" ,
67 "version" : " ${version}" ,
8+ "packageId" : " com.beatgames.beatsaber" ,
9+ "packageVersion" : " 1.28.0_4124311467" ,
710 "description" : " ChatPlex BeatSaber modding SDK (Dependence for other mods)" ,
811 "coverImage" : " cover.png" ,
912 "dependencies" : [],
Original file line number Diff line number Diff line change 44 "info" : {
55 "name" : " ChatPlexSDK-BS" ,
66 "id" : " chatplex-sdk-bs" ,
7- "version" : " 1.0.1 -v6.2.0" ,
7+ "version" : " 1.0.2 -v6.2.0" ,
88 "url" : " https://github.com/hardcpp/QuestChatPlexSDK-BS" ,
99 "additionalData" : {
1010 "overrideSoName" : " libchatplex-sdk-bs.so" ,
Original file line number Diff line number Diff line change 55 "info" : {
66 "name" : " ChatPlexSDK-BS" ,
77 "id" : " chatplex-sdk-bs" ,
8- "version" : " 1.0.1 -v6.2.0" ,
8+ "version" : " 1.0.2 -v6.2.0" ,
99 "url" : " https://github.com/hardcpp/QuestChatPlexSDK-BS" ,
1010 "additionalData" : {
1111 "overrideSoName" : " libchatplex-sdk-bs.so" ,
6666 ],
6767 "workspace" : {
6868 "scripts" : {
69- "qmod " : [
69+ "qmod_backup " : [
7070 " pwsh ./build.ps1 -clean" ,
71+ " qpm qmod build" ,
7172 " pwsh ./createqmod.ps1 -clean"
7273 ],
7374 "copy" : [
7475 " pwsh ./copy.ps1"
7576 ],
76- "build" : [
77- " pwsh ./build.ps1"
77+ "qmod" : [
78+ " pwsh ./build.ps1 -clean" ,
79+ " pwsh ./createqmod.ps1 -clean"
7880 ],
7981 "log" : [
8082 " pwsh ./start-logging.ps1"
8183 ],
84+ "build" : [
85+ " pwsh ./build.ps1"
86+ ],
8287 "clean" : [
8388 " pwsh ./build.ps1 -clean"
84- ],
85- "qmod_backup" : [
86- " pwsh ./build.ps1 -clean" ,
87- " qpm qmod build" ,
88- " pwsh ./createqmod.ps1 -clean"
8989 ]
9090 }
9191 }
You can’t perform that action at this time.
0 commit comments