Skip to content

Android dev script improvements - #111

Merged
Seismix merged 2 commits into
mainfrom
feature/dev-script-flags
Oct 28, 2025
Merged

Android dev script improvements#111
Seismix merged 2 commits into
mainfrom
feature/dev-script-flags

Conversation

@Seismix

@Seismix Seismix commented Oct 28, 2025

Copy link
Copy Markdown
Owner

This pull request improves the developer experience for running and building the Firefox extension on Android devices. The main enhancements are better support for custom output directories and additional web-ext flags/

Android development workflow improvements:

  • The scripts/dev-android.js script now supports passing additional web-ext flags and specifying a custom source directory using --source-dir or -s. The script automatically sets the output directory and filters out conflicting flags.
  • The wxt.config.ts file now sets the output directory based on the WXT_OUT_DIR environment variable, enabling custom build paths when specified.

Documentation updates:

  • The README.md has been updated with clearer instructions for developing on Android, including examples for custom source directories and additional web-ext flags, and a note about unsupported options.

Closes #107

@Seismix Seismix self-assigned this Oct 28, 2025
@Seismix Seismix added the code tools Adding tools to the code base label Oct 28, 2025
@Seismix
Seismix merged commit 44ea6a9 into main Oct 28, 2025
3 checks passed
@Seismix
Seismix deleted the feature/dev-script-flags branch October 28, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code tools Adding tools to the code base

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update android dev script to accept --source-dir

1 participant