Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to build GE for Windows on Arm64 (WoA) #10649

Merged
merged 1 commit into from
May 22, 2023

Commits on May 22, 2023

  1. Add support to build GE for Windows on Arm64 (WoA)

    To build GE for WoA, run the command:
    
        dotnet build /p:Arm64Build=true
    
    To package GE distribution for WoA, run the commands:
    
        dotnet build .\scripts\native.proj /p:Arm64Build=true
        dotnet publish /p:Arm64Build=true
    
    The last command would fail to produce a .msi distribution, due to it
    using the WiX library which is currently incompatible with the WoA
    platform, but a portable GE zip distribution for WoA is successfully
    produced in the folder: artifacts\Debug\publish
    RussKie committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f98b438 View commit details
    Browse the repository at this point in the history