Prevent Running Commands that Target Windows When the Host OS is not Windows #1010
Labels
bug
A crash or error in behavior.
good first issue
Is this your first time contributing? This could be a good place to start!
windows
The issue relates to Microsoft Windows support.
Describe the bug
Running Briefcase commands for the Windows platform only works when the host OS is Windows. However, Briefcase does not inform the user of this and instead attempts to perform the Command resulting in confusing errors.
Example:
Steps to reproduce
Run
briefcase build windows
on macOS or Linux.Expected behavior
Emit a simple warning informing users.
Screenshots
No response
Environment
0.3.12.dev251+g6d29ece1
Logs
No response
Additional context
This behavior changed in
v0.3.9
. Previously, these Commands would have aborted whenWiX
was verified. ButWiX
is only verified now for the Package Command.The text was updated successfully, but these errors were encountered: