Skip to content

fix: correct DragonWidgets external path in .pkgmeta#10

Merged
Xerrion merged 1 commit intomasterfrom
fix/dragonwidgets-external-path
Apr 15, 2026
Merged

fix: correct DragonWidgets external path in .pkgmeta#10
Xerrion merged 1 commit intomasterfrom
fix/dragonwidgets-external-path

Conversation

@Xerrion
Copy link
Copy Markdown
Owner

@Xerrion Xerrion commented Apr 15, 2026

\ had an incorrect prefix that prevented the BigWigsMods packager from placing it in the right location.

Before:




DragonShout/DragonShout_Options/Libs/DragonWidgets: https://github.com/Xerrion/DragonWidgets




After:




DragonShout_Options/Libs/DragonWidgets: https://github.com/Xerrion/DragonWidgets




The \move-folders\ directive maps \DragonShout/DragonShout_Options\ -> \DragonShout_Options\. The external path key must match the pre-move structure relative to the repo root. Using the \DragonShout/\ prefix caused the packager to place DragonWidgets inside a stray nested folder instead of \DragonShout_Options/Libs/DragonWidgets/\, making \DragonWidgetsNS\ undefined at runtime and breaking the options UI.

This is the same bug as DragonLoot#136.

Type of Change

  • Bug fix

Testing

  • Packaging: trigger \packager.yml\ and verify DragonWidgets lands in \DragonShout_Options/Libs/DragonWidgets/DragonWidgets/\ in the built zip.

Checklist

  • \.pkgmeta\ external path corrected
  • No other files changed

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 15, 2026

Warning

Rate limit exceeded

@Xerrion has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 55 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 58 minutes and 55 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 01fcc834-b4c2-40eb-ac22-f00e795ee2c4

📥 Commits

Reviewing files that changed from the base of the PR and between c89b53d and 83e442e.

📒 Files selected for processing (1)
  • .pkgmeta

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@Xerrion Xerrion added C-Bug Unexpected or incorrect behavior A-CI GitHub workflows, packaging, CI/CD D-Straightforward Clear scope, low risk P-All-Versions Affects all supported WoW versions labels Apr 15, 2026
@Xerrion Xerrion merged commit cdc77cb into master Apr 15, 2026
5 checks passed
@Xerrion Xerrion deleted the fix/dragonwidgets-external-path branch April 15, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI GitHub workflows, packaging, CI/CD C-Bug Unexpected or incorrect behavior D-Straightforward Clear scope, low risk P-All-Versions Affects all supported WoW versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant