Skip to content

Add CPU architecture support for Windows in schema and tests#35

Open
skyoh wants to merge 1 commit intoBowlerHatLLC:mainfrom
skyoh:feature/bundle_with_windows_arch
Open

Add CPU architecture support for Windows in schema and tests#35
skyoh wants to merge 1 commit intoBowlerHatLLC:mainfrom
skyoh:feature/bundle_with_windows_arch

Conversation

@skyoh
Copy link
Copy Markdown

@skyoh skyoh commented Mar 16, 2026

Hi! I'd like to contribute a small improvement.

Currently, AIR on Windows bundles as x86 by default. This PR adds an arch
schema option to the Windows platform configuration, allowing users to explicitly
target x86 or x64 architecture — the same way Android already supports it.

Changes:

  • asconfig.schema.json: Added arch property to Windows air options, accepting x86 or x64
  • AIROptionsParser.as: Moved arch handling out of the Android-only block into a shared section for both Android and Windows
  • AIROptionsTests.as: Added testArchWindows test case

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