Skip to content

Commit b22b9c7

Browse files
committed
Make the mod late
1 parent bd335cc commit b22b9c7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/ChatPlexSDK-BS.qmod"
3838
}
3939
],
40-
"modFiles": [
40+
"modFiles": [],
41+
"lateModFiles": [
4142
"libqbeatsaberplus-menumusic.so"
4243
],
43-
"lateModFiles": [],
4444
"libraryFiles": [],
4545
"fileCopies": [],
4646
"copyExtensions": []

mod.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"description": "Feel good!",
1212
"coverImage": "cover.png",
1313
"dependencies": [],
14-
"modFiles": ["${binary}"],
14+
"modFiles": [],
15+
"lateModFiles": ["${binary}"],
1516
"libraryFiles": [],
1617
"fileCopies": [],
1718
"copyExtensions": []

0 commit comments

Comments
 (0)