Skip to content

Commit

Permalink
Remove custom-type and questui from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMarcus committed Jan 28, 2021
1 parent e030cbd commit a6ee920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
12 changes: 0 additions & 12 deletions bmbfmod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@
"installAction": {
"installLibraryFile": "libbeatsaber-hook_1_0_12.so"
}
},
{
"type": "HookModLibrary",
"installAction": {
"installLibraryFile": "libquestui.so"
}
},
{
"type": "HookModLibrary",
"installAction": {
"installLibraryFile": "libcustom-types.so"
}
}
]
}
7 changes: 6 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

rm -f ParticleTuner.zip
zip -j ParticleTuner.zip bmbfmod.json cover.gif
find ./libs/arm64-v8a ! -name 'libmodloader.so' ! -name 'libcodegen_*.so' -type f -exec zip -j ParticleTuner.zip {} +
find ./libs/arm64-v8a \
! -name 'libmodloader.so' \
! -name 'libcodegen_*.so' \
! -name 'libcustom-types.so' \
! -name 'libquestui.so' \
-type f -exec zip -j ParticleTuner.zip {} +

0 comments on commit a6ee920

Please sign in to comment.