Skip to content

Add user-runner-assets option#298

Open
lukemmtt wants to merge 1 commit intoYehudaKremer:mainfrom
TimeFinderApp:allow-using-custom-assets
Open

Add user-runner-assets option#298
lukemmtt wants to merge 1 commit intoYehudaKremer:mainfrom
TimeFinderApp:allow-using-custom-assets

Conversation

@lukemmtt
Copy link

@lukemmtt lukemmtt commented Mar 7, 2025

Add use_runner_assets option for MSIX package assets

Adds support for using existing Windows Runner assets instead of generating from logo_path.

Changes:

  • Add use_runner_assets config option (yaml and CLI)
  • Add validation to prevent use_runner_assets with logo_path/trim_logo
  • Add directory validation for runner assets path
  • Add tests for new functionality
  • Update documentation with new option

Example usage:

msix_config:
  use_runner_assets: true  # Uses assets from windows/runner/Assets

Closes #297.

@lukemmtt lukemmtt force-pushed the allow-using-custom-assets branch from d1723af to e6cf626 Compare January 15, 2026 16:56
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.

[FEATURE REQUEST] Add support for using existing assets (instead of generating)

1 participant