From 15fb785c52b529c1993ab8449696f16936633d95 Mon Sep 17 00:00:00 2001 From: Jonas W Date: Sun, 30 Jun 2024 21:16:49 +0200 Subject: [PATCH 1/2] Add Copy Extensions for bplists --- mod.template.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mod.template.json b/mod.template.json index 27d4618..5cd9726 100644 --- a/mod.template.json +++ b/mod.template.json @@ -13,5 +13,10 @@ "lateModFiles": ["${binary}"], "libraryFiles": [], "fileCopies": [], - "copyExtensions": [] + "copyExtensions": [ + { + "extension": "bplist", + "destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/PlaylistManager/Playlists" + }, + ] } From 2777b8fc0da04b638a75b1a4d3ae4fc806863b8e Mon Sep 17 00:00:00 2001 From: Jonas W Date: Sun, 30 Jun 2024 21:17:57 +0200 Subject: [PATCH 2/2] fix json --- mod.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.template.json b/mod.template.json index 5cd9726..855cea8 100644 --- a/mod.template.json +++ b/mod.template.json @@ -17,6 +17,6 @@ { "extension": "bplist", "destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/PlaylistManager/Playlists" - }, + } ] }