Skip to content

Commit 10df1f8

Browse files
Updating to add Cover Image
1 parent 250d8a6 commit 10df1f8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Cover.png

834 KB
Loading

bmbfmod.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"id": "clockmod",
33
"name": "Clock Mod",
44
"version": "0.1.2",
5-
"author": "BoopetyDoopety",
5+
"author": "BoopetyDoopety, EnderdracheLP",
66
"description": [
77
"Displays the time in game."
88
],
9+
"coverImageFilename": "Cover.png",
10+
"icon": "Cover.png",
911
"category": "Gameplay",
1012
"gameVersion": "1.13.2",
1113
"platform": "Quest",

buildBMBF.ps1

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Builds a .zip file for loading with BMBF
2-
& $PSScriptRoot/build.ps1
3-
4-
if ($?) {
5-
Compress-Archive -Path "./libs/arm64-v8a/libclockmod.so", "./libs/arm64-v8a/libbeatsaber-hook_1_0_12.so", "./bmbfmod.json" -DestinationPath "./clockmod_v0.1.2.zip" -Update
6-
}
1+
# Builds a .zip file for loading with BMBF
2+
& $PSScriptRoot/build.ps1
3+
4+
if ($?) {
5+
Compress-Archive -Path "./libs/arm64-v8a/libclockmod.so", "./libs/arm64-v8a/libbeatsaber-hook_1_0_12.so", "./bmbfmod.json","./Cover.png" -DestinationPath "./Clockmod.zip" -Update
6+
}

0 commit comments

Comments
 (0)