Skip to content

v4.2.1 for Windows on Arm64 (unofficial)

Latest
Compare
Choose a tag to compare
@chirontt chirontt released this 02 Dec 04:15

Unofficial GitExtensions v4.2.1 portable build artifact for Windows on Arm64 (WoA) platform, supplementing the official v4.2.1 artifacts.

Here are the commands to build (applied to the release/v4.0 branch), running on a WoA box:

> cd scripts
> python set_version_to.py -v 4.2.1 -t 4.2.1_win32_aarch64
> cd ..
> dotnet build -c Release
> dotnet build .\scripts\native.proj -c Release /p:Arm64Build=true
> dotnet publish -c Release /p:Arm64Build=true

The last command would not produce a .msi installer distribution, due to it using the WiX library which is currently incompatible with the WoA platform, but a portable GitExtensions zip distribution for WoA will be successfully produced in the folder artifacts\Release\publish.