From 6a7cc596a79ce38c417f9abffb498be934e6dc53 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 May 2024 11:57:35 -0400 Subject: Exploring possibilities of supporting nsis installation on Windows --- docs/windows_compile_instructions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/windows_compile_instructions.md') diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index b24f058..3b61774 100644 --- a/docs/windows_compile_instructions.md +++ b/docs/windows_compile_instructions.md @@ -51,3 +51,13 @@ The resulting executable should launch without an error --- These instructions were written with 64-bit architecture in mind. Although I have not tested on a 32-bit architecture, I suppose these instructions would also work, as long as you replace every reference to `64` with `32` + +--- + +## Building an Installer (WIP) + +Support for building an NSIS installer is in development (it currently will not work, as it is missing the installation of certain dependencies). + +1. Run `cd nsis` +2. Run `makensis installer.nsi` +3. Run the generated `terminal-media-launcher-Setup.exe` file -- cgit