Skip to the content.

← Back to Home

Windows Packaging for SmallTextPad

This guide covers building Windows installers for SmallTextPad.

The packaging/build-exe.ps1 script will produce either:

Requirements (to build an EXE installer locally):

Build locally:

  1. From repo root run (PowerShell):

    .\packaging\build-exe.ps1

  2. If WiX is installed the installer will be in dist/installer/. Otherwise an app-image ZIP will be created at dist/SmallTextPad-windows-appimage.zip.

Continuous Integration

A GitHub Actions workflow .github/workflows/windows-installer.yml is provided to build the installer on a Windows runner and upload the produced artifacts automatically.

See Also