Skip to content

Commit 042d680

Browse files
update for release
1 parent 7ffaba2 commit 042d680

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LOCAL_MODULE := questui
4343
LOCAL_EXPORT_C_INCLUDES := extern/questui
4444
LOCAL_SRC_FILES := extern/libquestui.so
4545
include $(PREBUILT_SHARED_LIBRARY)
46-
# Creating prebuilt for dependency: custom-types - version: 0.12.5
46+
# Creating prebuilt for dependency: custom-types - version: 0.12.6
4747
include $(CLEAR_VARS)
4848
LOCAL_MODULE := custom-types
4949
LOCAL_EXPORT_C_INCLUDES := extern/custom-types

buildQP.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builds a .qmod file for loading with QP
22
& $PSScriptRoot/build.ps1
33

4-
Compress-Archive -Path "./libs/arm64-v8a/libCrashMod.so", ".\mod.json" -DestinationPath "./CrashMod.zip" -Update
4+
Compress-Archive -Path "./libs/arm64-v8a/libCrashMod.so", ".\extern\libbeatsaber-hook_2_2_4.so", ".\mod.json" -DestinationPath "./CrashMod.zip" -Update
55
Remove-Item "./CrashMod.qmod"
66
Rename-Item "./CrashMod.zip" "./CrashMod.qmod"

mod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"modFiles": [
1010
"libCrashMod.so"
1111
],
12+
"libraryFiles": [
13+
"libbeatsaber-hook_2_2_4.so"
14+
],
1215
"dependencies": [],
1316
"fileCopies": []
1417
}

0 commit comments

Comments
 (0)