File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
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.2 -v6.2.0" ,
6+ "version" : " 1.0.3 -v6.2.0" ,
77 "packageId" : " com.beatgames.beatsaber" ,
88 "packageVersion" : " 1.28.0_4124311467" ,
99 "description" : " ChatPlex BeatSaber modding SDK (Dependence for other mods)" ,
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.2 -v6.2.0" ,
7+ "version" : " 1.0.3 -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.2 -v6.2.0" ,
8+ "version" : " 1.0.3 -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_backup" : [
70- " pwsh ./build.ps1 -clean" ,
71- " qpm qmod build" ,
72- " pwsh ./createqmod.ps1 -clean"
69+ "build" : [
70+ " pwsh ./build.ps1"
71+ ],
72+ "clean" : [
73+ " pwsh ./build.ps1 -clean"
7374 ],
7475 "copy" : [
7576 " pwsh ./copy.ps1"
7677 ],
77- "qmod" : [
78- " pwsh ./build.ps1 -clean" ,
79- " pwsh ./createqmod.ps1 -clean"
80- ],
8178 "log" : [
8279 " pwsh ./start-logging.ps1"
8380 ],
84- "build" : [
85- " pwsh ./build.ps1"
81+ "qmod" : [
82+ " pwsh ./build.ps1 -clean" ,
83+ " pwsh ./createqmod.ps1 -clean"
8684 ],
87- "clean" : [
88- " pwsh ./build.ps1 -clean"
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