ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Fix double manifest when targetting Beat Saber #68

Closed ErisApps closed 1 year ago

ErisApps commented 1 year ago

When BSMT.T generates the manifest file, it apparently also embeds a manifest file inside the DLL, so we end up with 2 manifests: A bare manifest file and an embedded one.

The latter should not be in there.