Skip to content

[REVISION] VCC Support for Filamented

BluWizard requested to merge BluWizard10/filamented:vpm-support into master

Apologies for removing my previous PR. I realized I went a bit too far on my commits and decided to dial it back a bit. But, this should be better now!

These are small changes now meant to support your solution to make a VCC Repository if you wish, since I know you wanted to do that with Filamented.

Here are the changes:

  • Updated package.json with all the parameters used by the VCC. Most of them are blank, but they are there for your future usage if necessary.
  • Regenerated AltGUI.asmdef file because the file got corrupted somehow. I matched the settings it was before, but feel free to check it.
  • File organization remains unchanged.

The version number was also bumped to v1.3.0 since it's a significant update, but please feel free to change it if you feel it should stay on v1.2.x.

With all that being said, you will need to implement a solution to create releases so that you can deploy them in a VPM Listing. While I do have my own solution, I will assume you have your own.

Since this is GitLab, you must create your own releases here and link their packaged .zip files to your separate VPM Listing on GitHub... because VPM Listings are only supported on GitHub.

Merge request reports