Skip to content

Commit

Permalink
Update to 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcelyte committed Oct 20, 2022
1 parent a9847a1 commit d5a15fe
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 102 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(OBJDIR)/%.cpp.o: %.cpp extern makefile | ndk
.obj/mod.json: extern
@echo "[printf $(notdir $@)]"
@mkdir -p "$(@D)"
printf "{\n\t\"\$$schema\":\"https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/main/QuestPatcher.QMod/Resources/qmod.schema.json\",\n\t\"_QPVersion\": \"0.1.1\",\n\t\"name\": \"Mapping Extensions\",\n\t\"id\": \"MappingExtensions\",\n\t\"author\": \"StackDoubleFlow, rxzz0, rcelyte\",\n\t\"version\": \"0.21.5\",\n\t\"packageId\": \"com.beatgames.beatsaber\",\n\t\"packageVersion\": \"1.24.0\",\n\t\"description\": \"This adds a host of new things you can do with your maps as a mapper, and allows you to play said maps as a player. An update of the port of the PC original mod by Kyle 1413. Previously maintained by zoller27osu.\",\n\t\"coverImage\": \"cover.png\",\n\t\"dependencies\": [\n\t\t{\n\t\t\t\"version\": \"^0.25.0\",\n\t\t\t\"id\": \"codegen\",\n\t\t\t\"downloadIfMissing\": \"https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.25.0/Codegen.qmod\"\n\t\t}, {\n\t\t\t\"version\": \"1.7.0\",\n\t\t\t\"id\": \"pinkcore\",\n\t\t\t\"downloadIfMissing\": \"https://github.com/BSMGPink/PinkCore/releases/download/v1.7.0/PinkCore.qmod\"\n\t\t}\n\t],\n\t\"modFiles\": [\"libmappingextensions.so\"],\n\t\"libraryFiles\": [\"$(notdir $(wildcard extern/libs/libbeatsaber-hook*.so))\"]\n}" > .obj/mod.json
printf "{\n\t\"\$$schema\":\"https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/main/QuestPatcher.QMod/Resources/qmod.schema.json\",\n\t\"_QPVersion\": \"0.1.1\",\n\t\"name\": \"Mapping Extensions\",\n\t\"id\": \"MappingExtensions\",\n\t\"author\": \"StackDoubleFlow, rxzz0, rcelyte\",\n\t\"version\": \"0.22.0\",\n\t\"packageId\": \"com.beatgames.beatsaber\",\n\t\"packageVersion\": \"1.25.1\",\n\t\"description\": \"This adds a host of new things you can do with your maps as a mapper, and allows you to play said maps as a player. An update of the port of the PC original mod by Kyle 1413. Previously maintained by zoller27osu.\",\n\t\"coverImage\": \"cover.png\",\n\t\"dependencies\": [\n\t\t{\n\t\t\t\"version\": \"^0.28.0\",\n\t\t\t\"id\": \"codegen\",\n\t\t\t\"downloadIfMissing\": \"https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/Codegen.qmod\"\n\t\t}, {\n\t\t\t\"version\": \"1.8.3\",\n\t\t\t\"id\": \"pinkcore\",\n\t\t\t\"downloadIfMissing\": \"https://github.com/BSMGPink/PinkCore/releases/download/v1.8.3/PinkCore.qmod\"\n\t\t}\n\t],\n\t\"modFiles\": [\"libmappingextensions.so\"],\n\t\"libraryFiles\": [\"$(notdir $(wildcard extern/libs/libbeatsaber-hook*.so))\"]\n}" > .obj/mod.json

MappingExtensions.qmod: libmappingextensions.so .obj/mod.json
@echo "[zip $@]"
Expand Down
13 changes: 4 additions & 9 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "MappingExtensions",
"id": "MappingExtensions",
"version": "0.21.5",
"version": "0.22.0",
"url": null,
"additionalData": {}
},
Expand All @@ -20,22 +20,17 @@
},
{
"id": "codegen",
"versionRange": "^0.25.0",
"versionRange": "^0.28.0",
"additionalData": {}
},
{
"id": "pinkcore",
"versionRange": "^1.7.0",
"versionRange": "^1.8.3",
"additionalData": {}
},
{
"id": "sombrero",
"versionRange": "^0.1.35",
"additionalData": {}
},
{
"id": "config-utils",
"versionRange": "^0.8.0",
"versionRange": "^0.1.37",
"additionalData": {}
},
{
Expand Down
Loading

0 comments on commit d5a15fe

Please sign in to comment.