Skip to content

Commit b1f944b

Browse files
committed
Make the mod late
1 parent 8eed4d6 commit b1f944b

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
@@ -32,10 +32,10 @@
3232
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.0/ChatPlexSDK-BS.qmod"
3333
}
3434
],
35-
"modFiles": [
35+
"modFiles": [],
36+
"lateModFiles": [
3637
"libqbeatsaberplus-notetweaker.so"
3738
],
38-
"lateModFiles": [],
3939
"libraryFiles": [],
4040
"fileCopies": [],
4141
"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)