Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: xmake | support plugin installation and packaging #288

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

qudix
Copy link
Contributor

@qudix qudix commented Oct 11, 2024

  • when you build (or run xmake install) it will search for the environment variable XSE_SF_MODS_PATH or XSE_SF_GAME_PATH and copy install files (by default ".dll" and ".pdb") to the root paths listed. More files can be added using add_installfiles.
    • the install path above can be overwritten using set_installdir
  • when you run xmake package it will package the same files from above into a zip archive named after the target and the version.
  • these events can be overwritten on a per-target basis if you wish to make your own install/package logic.

@qudix qudix merged commit 9e7a5d4 into Starfield-Reverse-Engineering:main Oct 11, 2024
3 checks passed
@qudix qudix deleted the dev/xmake branch October 26, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant