This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Use BSMT OutputCopy for Copying Related Files to Destinations#5
Open
qe201020335 wants to merge 2 commits into
Open
Use BSMT OutputCopy for Copying Related Files to Destinations#5qe201020335 wants to merge 2 commits into
OutputCopy for Copying Related Files to Destinations#5qe201020335 wants to merge 2 commits into
Conversation
Author
|
I made this PR a draft so the test commit won't be accidentally merged in |
qe201020335
commented
Oct 28, 2025
Author
|
I have dropped the test commit and disabled the release steps in CI until we have a proper way to include yoga.dll |
Hermanest
reviewed
Nov 2, 2025
Author
|
Rebased. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BSMT supports customizing the output files being copied into destination folders. We can use this feature to include all the related files in the artifact without copying files ourselves.
Please ignore the change to the cs file. It is to make the project compilable so I can test CI. The submodule is referencing an outdated commit, which doesn't have the latest API changes. I will drop this commit when we want to merge.
Known issue: the native yoga.dll is not included at the moment because it is not involved in the build process at all. This needs to be fixed before we can use CI to create releases.
I also have some ideas for potential improvements I can add if you want:
filesarray of the manifest, or create a manifest file for the lib dlls and declare it as a dependencyIncorporate the changes in theembeddedbranchNot sure exactly how we are going to submit this library to BeatMods, so which files are going to be declared by which manifest(s) still needs to be decided.