radicle-heartwood-lfs/windows
Lorenz Leutgeb 5974fa32d0 windows: Add installer build
For distribution of Radicle on Windows machines, Windows Installer
provides a well-known solution, that comes built in to the operating
system. It also integrates with the Windows package manager WinGet.

Provide an initial version of an `*.msi` build, and integrate it into
GitHub actions to allow downloads via build artifacts.
2026-02-16 08:33:58 +00:00
..
.gitignore windows: Add installer build 2026-02-16 08:33:58 +00:00
Package.wxs windows: Add installer build 2026-02-16 08:33:58 +00:00
README.md windows: Add installer build 2026-02-16 08:33:58 +00:00
Radicle.wixproj windows: Add installer build 2026-02-16 08:33:58 +00:00
version.ps1 windows: Add installer build 2026-02-16 08:33:58 +00:00

README.md

Radicle for Windows

Prerequisites

Code-Signing

For signtool.exe, install Windows SDK.

WiX Toolset

Requires .NET SDK in version 6.0 or higher. See WiX Toolset Tutorial.